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 94173976..127bb3f7 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -91,3 +91,11 @@ config TEGRA_USE_NA_GPCPLL
91 Enable noise aware (NA) mode of GM20b GPCPLL. In this mode PLL output 91 Enable noise aware (NA) mode of GM20b GPCPLL. In this mode PLL output
92 frequency is automatically adjusted when GM20b voltage is fluctuating 92 frequency is automatically adjusted when GM20b voltage is fluctuating
93 because of transient PMIC or power distribution tree noise. 93 because of transient PMIC or power distribution tree noise.
94
95config GK20A_PCI
96 bool "Support PCIe NVIDIA GPUs on nvgpu"
97 depends on PCI && GK20A
98 default y if ARM64
99 default n
100 help
101 Enable support for GPUs on PCIe bus.