summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorMagnus Wendt <magnus.wendt@stericsson.com>2011-02-09 12:40:30 +0100
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:05:55 +0200
commitb08b255cc4d057517887bda8cfcd18665b4d1a85 (patch)
treeaad88706907b9e9f351659df8e53f331e7b69c65 /drivers/video
parent8e6c827e3f17c7b75c3fcb0b4a69d5535f5bf827 (diff)
drivers/gpu: Include mali through a symlink
The mali device driver is maintained in its own git and has been built as a kernel module in the past. This commit adds a symlink in drivers/gpu to the mali400ko git and modifies the Makefile and Kconfig to include the mali driver in the kernel. ST-Ericsson ID: CR283174 Change-Id: I7a35ee5c4463ac68f13dc2e45aa77ad18f8e5dc6 Signed-off-by: Magnus Wendt <magnus.wendt@stericsson.com> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29943 Reviewed-by: Robert FEKETE <robert.fekete@stericsson.com> Tested-by: Robert FEKETE <robert.fekete@stericsson.com> Reviewed-by: Ushit KUMAR <ushit.kumar@stericsson.com> Tested-by: Ushit KUMAR <ushit.kumar@stericsson.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 8f043091f42..a177d1c65ac 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -25,6 +25,8 @@ source "drivers/gpu/stub/Kconfig"
source "drivers/gpu/ion/Kconfig"
+source "drivers/gpu/mali/Kconfig"
+
config VGASTATE
tristate
default n