summaryrefslogtreecommitdiff
path: root/kernel_drivers/v4/Kconfig
blob: f830f4200c31c8d3c99a8258e62c354d66b10b60 (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
27
28
if GPU_VIVANTE_V4

menu "Vivante Options"

config GPU_VIVANTE_ANDROID
	bool
	default y if ANDROID
	default n

config GPU_VIVANTE_DEBUG
	boolean "Enable debug output"

config GPU_VIVANTE_PROFILER
	boolean "Enable profiler"

config GPU_VIVANTE_NEWSIGNAL
	boolean "Use new linux signal"

config GPU_VIVANTE_NO_DMA_COHERENT
	boolean "Disable coherent DMA function"

config GPU_VIVANTE_POWER_MANAGEMENT
	boolean "Enable power management"
	default y

endmenu

endif