summaryrefslogtreecommitdiff
path: root/drivers/gpu/mali/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-06-04 19:45:31 +0800
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-06-04 19:45:31 +0800
commit5347127d7d2ccffdd5dc6af8a24010199ef86f46 (patch)
tree3ee0ee11e14308b3d71fa4c86c6fed2509bcfc3f /drivers/gpu/mali/Kconfig
parent1cd04b2aba9f3b3468adf0789030240e032d8d3e (diff)
parent5bd3314357fc6ec991071e0bb2f959fb98bc881c (diff)
Merge topic branch 'mali-generic' into integration-linux-ux500
Diffstat (limited to 'drivers/gpu/mali/Kconfig')
-rw-r--r--drivers/gpu/mali/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/gpu/mali/Kconfig b/drivers/gpu/mali/Kconfig
new file mode 100644
index 00000000000..0781bcbd854
--- /dev/null
+++ b/drivers/gpu/mali/Kconfig
@@ -0,0 +1,15 @@
+config GPU_MALI
+ tristate "ARM Mali 200/300/400 support"
+ depends on ARM
+ ---help---
+ This enables support for the ARM Mali 200/300/400 family of GPUs.
+ Platform specific configuration is made in configuration files in the
+ drivers/gpu/mali/src folder
+
+config GPU_MALI_DEBUG
+ boolean "Debug mode (required for instrumentation)"
+ default y
+ depends on GPU_MALI
+ ---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.