aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/mali400/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/mali400/Kconfig')
-rw-r--r--drivers/gpu/mali400/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/gpu/mali400/Kconfig b/drivers/gpu/mali400/Kconfig
new file mode 100644
index 0000000..8ec13b3
--- /dev/null
+++ b/drivers/gpu/mali400/Kconfig
@@ -0,0 +1,26 @@
+menuconfig MALI400
+ tristate "Mali-300/400/450 support"
+ depends on ARM
+ default y
+ ---help---
+ This enables support for the ARM Mali-300, Mali-400, and Mali-450
+ GPUs.
+
+ To compile this driver as a module, choose M here: the module will be
+ called mali.
+
+choice
+depends on MALI400
+prompt "Select MALI VER"
+default MALI_VER_R3P2
+config MALI_VER_R3P2
+ bool "Mali400 Version R3P2"
+ help
+ Choose this option to select DDK version.
+
+if MALI_VER_R3P2
+source "drivers/gpu/mali400/r3p2/mali/Kconfig"
+source "drivers/gpu/mali400/r3p2/ump/Kconfig"
+endif
+
+endchoice