aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/mali400/Kconfig
blob: 8ec13b32c42ffb46d0b39841d1a954cc9b1ba64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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