summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig.nvgpu
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-11-15 11:27:30 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2016-11-17 16:19:49 -0500
commit60a5bc79be8314bc8c35d5a925bb02e94dd47944 (patch)
treece48da8600b61a63ec797e3b43a68ac7094105e5 /drivers/gpu/nvgpu/Kconfig.nvgpu
parentfab87a29bb7ff82828e8de7201115864c0901b9f (diff)
gpu: nvgpu: Enable dGPU support only on T18x
We build all necessary components only on builds with T18x support. Bug 200251486 Change-Id: I927ceecbbc8c9e83ee84656fb4a8643356f224ec Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1253632 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Shreshtha Sahu <ssahu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig.nvgpu')
-rw-r--r--drivers/gpu/nvgpu/Kconfig.nvgpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig.nvgpu b/drivers/gpu/nvgpu/Kconfig.nvgpu
index 4c1cdf00..0c4d644e 100644
--- a/drivers/gpu/nvgpu/Kconfig.nvgpu
+++ b/drivers/gpu/nvgpu/Kconfig.nvgpu
@@ -95,7 +95,7 @@ config TEGRA_USE_NA_GPCPLL
95config GK20A_PCI 95config GK20A_PCI
96 bool "Support PCIe NVIDIA GPUs on nvgpu" 96 bool "Support PCIe NVIDIA GPUs on nvgpu"
97 depends on PCI && GK20A 97 depends on PCI && GK20A
98 default y if ARM64 98 default y if ARCH_TEGRA_T18x_SOC
99 default n 99 default n
100 help 100 help
101 Enable support for GPUs on PCIe bus. 101 Enable support for GPUs on PCIe bus.