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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index bbd5f6f0..7dba61a3 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -40,6 +40,13 @@ config GK20A_PM_QOS
40 Enable support to pass PM_QOS constraints to devfreq based 40 Enable support to pass PM_QOS constraints to devfreq based
41 scaling. 41 scaling.
42 42
43config GK20A_RDMA
44 bool "Support GK20A RDMA"
45 depends on GK20A && MMU_NOTIFIER
46 default n
47 help
48 Say Y here to enable GK20A RDMA features.
49
43config NVGPU_TRACK_MEM_USAGE 50config NVGPU_TRACK_MEM_USAGE
44 bool "Track the usage of system memory in nvgpu" 51 bool "Track the usage of system memory in nvgpu"
45 depends on GK20A 52 depends on GK20A