diff options
Diffstat (limited to 'drivers/gpu/mali/Kconfig')
-rw-r--r-- | drivers/gpu/mali/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/mali/Kconfig b/drivers/gpu/mali/Kconfig new file mode 100644 index 00000000..2c7f9b61 --- /dev/null +++ b/drivers/gpu/mali/Kconfig @@ -0,0 +1,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" |