summaryrefslogtreecommitdiff
path: root/kernel_drivers/v2/Kconfig
blob: 93204b472c84e18a1d0084e079ef2ecb25d1503e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if GPU_VIVANTE_V2

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"

endmenu

endif