diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index ac0fa2614..84c306662 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -15,19 +15,11 @@ config GK20A_PMU choice depends on GK20A prompt "Enable GK20A frequency scaling" - default GK20A_PERFMON + default GK20A_DEVFREQ optional help Select this entry to enable gk20a scaling -config GK20A_PERFMON - bool "Use Perfmon" - help - Select this to enable built-in perfmon scaling. - The built-in scaling option uses simplistic - scaling mechanism (if busy, increase frequency and - decrease frequency if idle). - config GK20A_DEVFREQ depends on COMMON_CLK bool "Use Devfreq"