tizen 2.4 release
[kernel/linux-3.0.git] / drivers / gpu / arm / mali400 / Kconfig
1 menuconfig MALI400
2         tristate "Mali-400 support"
3         default n
4         depends on ARM
5         select DMA_SHARED_BUFFER
6         ---help---
7           This enables support for the ARM Mali-400 GPUs.
8
9           To compile this driver as a module, choose M here: the module will be
10           called mali.
11
12 choice
13 depends on MALI400
14 prompt "Select MALI VER"
15 default MALI_VER_R3P2_REL0
16
17 config MALI_VER_R3P2_REL0
18         bool "Mali400 Version R3P2-REL0"
19         help
20           Choose this option to select Mali400 DDK R3P2-REL0 version.
21
22 if MALI_VER_R3P2_REL0
23 source "drivers/gpu/arm/mali400/mali/Kconfig"
24 endif
25
26 config MALI_VER_R4P0_REL0
27         bool "Mali400 Version R4P0-REL0"
28         help
29           Choose this option to select Mali400 DDK R4P0-REL0 version.
30
31 if MALI_VER_R4P0_REL0
32 source "drivers/gpu/arm/mali400/r4p0_rel0/Kconfig"
33 endif
34
35 endchoice