summaryrefslogtreecommitdiff
path: root/drivers/gpu/mali/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/mali/Kconfig')
-rw-r--r--drivers/gpu/mali/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/gpu/mali/Kconfig b/drivers/gpu/mali/Kconfig
new file mode 100644
index 00000000000..bc2cc660bc3
--- /dev/null
+++ b/drivers/gpu/mali/Kconfig
@@ -0,0 +1,22 @@
+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.
+
+config MALI_DRM
+ boolean "DRM driver for Mali"
+ default n
+ depends on GPU_MALI
+ ---help---
+ This enables the DRM driver for Mali GPU.