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
