summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 84c30666..0c78f67f 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -32,6 +32,14 @@ config GK20A_DEVFREQ
32 32
33endchoice 33endchoice
34 34
35config GK20A_PM_QOS
36 depends on GK20A_DEVFREQ
37 bool "Use PM_QOS constraints for devfreq based scaling"
38 default y
39 help
40 Enable support to pass PM_QOS constraints to devfreq based
41 scaling.
42
35config NVGPU_TRACK_MEM_USAGE 43config NVGPU_TRACK_MEM_USAGE
36 bool "Track the usage of system memory in nvgpu" 44 bool "Track the usage of system memory in nvgpu"
37 depends on GK20A 45 depends on GK20A