summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-04-15 17:45:35 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-27 11:10:54 -0400
commit6d888006aa7ed87b1589198369180e7e69f9f1d2 (patch)
treee4d324fd0022d99e3956dcfe166ca65981cac5d9 /drivers/gpu/nvgpu/Kconfig
parentec62c649b5338e7608ea82546135e88f443b90a8 (diff)
gpu: nvgpu: Add PCIe device support
Add support for probing PCIe graphics cards. JIRA DNVGPU-7 Change-Id: Iad3d31a1dc0ca6575d8a9916857022cac9181948 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1127684
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.