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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 156b7889..6f3a1f8f 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -100,4 +100,13 @@ config GK20A_PCI
100 help 100 help
101 Enable support for GPUs on PCIe bus. 101 Enable support for GPUs on PCIe bus.
102 102
103config GK20A_VIDMEM
104 bool "Support separate video memory on nvgpu"
105 depends on GK20A
106 default n
107 help
108 Enable support for using and allocating buffers in a distinct video
109 memory aperture (in contrast to general system memory), available on
110 GPUs that have their own banks. PCIe GPUs have this, for example.
111
103trysource "../nvgpu-t19x/drivers/gpu/nvgpu/Kconfig" 112trysource "../nvgpu-t19x/drivers/gpu/nvgpu/Kconfig"