menuconfig GPU_DEVFREQ
	tristate "GPU Devfreq Support"
	default n
	depends on ARCH_PLATFORM && PM_DEVFREQ
	select PM_OPP
	select DEVFREQ

config DEVFREQ_GOV_GPU_SCENE_AWARE
	tristate "GPU Scene Aware"
	select GPU_DEVFREQ

config GPU_RT_DEVFREQ
	bool "force update devfreq when gpu in runtime"
	default n
	depends on DEVFREQ_GOV_GPU_SCENE_AWARE

config GPUFREQ_GOV_POLICY_USING_DTSI
	bool "gpu governor policy using dtsi"
	default n
	depends on DEVFREQ_GOV_GPU_SCENE_AWARE

config GPUFREQ_HRTIMER
	bool "gpu_scene_aware use hrtimer instead of jiffies"
	default n
	depends on FRAME_WINDOW_GPUFREQ
