summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/Kconfig10
1 files changed, 1 insertions, 9 deletions
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
15choice 15choice
16 depends on GK20A 16 depends on GK20A
17 prompt "Enable GK20A frequency scaling" 17 prompt "Enable GK20A frequency scaling"
18 default GK20A_PERFMON 18 default GK20A_DEVFREQ
19 optional 19 optional
20 help 20 help
21 Select this entry to enable gk20a scaling 21 Select this entry to enable gk20a scaling
22 22
23config GK20A_PERFMON
24 bool "Use Perfmon"
25 help
26 Select this to enable built-in perfmon scaling.
27 The built-in scaling option uses simplistic
28 scaling mechanism (if busy, increase frequency and
29 decrease frequency if idle).
30
31config GK20A_DEVFREQ 23config GK20A_DEVFREQ
32 depends on COMMON_CLK 24 depends on COMMON_CLK
33 bool "Use Devfreq" 25 bool "Use Devfreq"