summaryrefslogtreecommitdiff
path: root/drivers/gpu/mali/Kconfig
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-12-14 05:01:03 +0000
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-12-14 08:53:56 -0700
commit1442c02caa39cda9311783fdd6685f7e2e5c8062 (patch)
tree3886a6c03bd280d955bce3585028099c5894de95 /drivers/gpu/mali/Kconfig
parentb8a8f4bd2720884ae41fa3601793882a2b9401e8 (diff)
snowball: android: Add "CONFIG_MALI_DRM" config2011.12
This config will help to selectively enable/disable drm support in the kernel Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'drivers/gpu/mali/Kconfig')
-rw-r--r--drivers/gpu/mali/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/mali/Kconfig b/drivers/gpu/mali/Kconfig
index 0781bcbd854..bc2cc660bc3 100644
--- a/drivers/gpu/mali/Kconfig
+++ b/drivers/gpu/mali/Kconfig
@@ -13,3 +13,10 @@ config GPU_MALI_DEBUG
---help---
This enables debug prints in the mali device driver. Debug mode must be
enabled in order to use the intrumentation feature of the mali libraries.
+
+config MALI_DRM
+ boolean "DRM driver for Mali"
+ default n
+ depends on GPU_MALI
+ ---help---
+ This enables the DRM driver for Mali GPU.