summaryrefslogtreecommitdiff
path: root/drivers/gpu/mali/Kconfig
blob: 2c7f9b61098f445d9e684dec3b4cacfb448fd1ff (plain)
1
2
3
4
5
6
7
8
9
10
11
config MALI
	tristate "ARM Mali GPU modules"
	depends on ARM && m
        select UMP
        select MALI400
	default n
	help
	  This enables the generation of mali.ko and ump.ko.

source "drivers/gpu/mali/mali/Kconfig"
source "drivers/gpu/mali/ump/Kconfig"