summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-10-13 14:39:43 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-11-19 17:31:49 -0500
commitacde16dd16012004efa1edb9dc9813f0c62622e4 (patch)
tree415603313667448d1325fe610b41d49c564c49c1 /drivers/gpu/nvgpu/Kconfig
parentd3cf5811996388a1d7501da72fff46ee19e5e7c7 (diff)
gpu: nvgpu: scaling driver update
Update scaling driver to support to differnt clock frameworks. Bug 200147662 Reviewed-on: http://git-master/r/816929 (cherry picked from commit cbd4cb575fb2d27870089797ff2a8f22540b87e8) Change-Id: Ie50304b4a593d74bd43b271005cc9616fdb52a6e Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/834748 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 75aed3f6..bef9f0c2 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -36,7 +36,7 @@ config GK20A_PERFMON
36 decrease frequency if idle). 36 decrease frequency if idle).
37 37
38config GK20A_DEVFREQ 38config GK20A_DEVFREQ
39 depends on TEGRA_CLK_FRAMEWORK 39 depends on TEGRA_CLK_FRAMEWORK || COMMON_CLK
40 bool "Use Devfreq" 40 bool "Use Devfreq"
41 help 41 help
42 Select this to use devfreq based scaling. 42 Select this to use devfreq based scaling.