summaryrefslogtreecommitdiff
path: root/drivers/gpu/mali/Kconfig
blob: bc2cc660bc3d9ebdfd0df32fddc177037dd52bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config GPU_MALI
       tristate "ARM Mali 200/300/400 support"
       depends on ARM
       ---help---
       This enables support for the ARM Mali 200/300/400 family of GPUs.
       Platform specific configuration is made in configuration files in the
       drivers/gpu/mali/src folder

config GPU_MALI_DEBUG
       boolean "Debug mode (required for instrumentation)"
       default y
       depends on GPU_MALI
       ---help---
       This enables debug prints in the mali device driver. Debug mode must be
       enabled in order to use the intrumentation feature of the mali libraries.

config MALI_DRM
       boolean "DRM driver for Mali"
       default n
       depends on GPU_MALI
       ---help---
       This enables the DRM driver for Mali GPU.