From 2dda362e6395a6d486ba3d1a75e707933690023e Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Tue, 12 Jun 2018 16:57:32 -0700 Subject: gpu: nvgpu: kconfig: remove GK20A_PERFMON config Removed de-funct GK20A_PERFMON config from Kconfig, since code related to this functionality removed long ago and DEVFREQ is getting used for gpu frequency scaling. Change-Id: Ic6828117a06f09446b64c789a1475c520ca520f8 Signed-off-by: seshendra Gadagottu Reviewed-on: https://git-master.nvidia.com/r/1747883 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup Reviewed-by: Alex Waterman Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index ac0fa261..84c30666 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" -- cgit v1.2.2