summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2014-09-01 10:11:28 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:08 -0400
commit8374a3b27d85a8e3c508b2b90dc0aa34311dc95a (patch)
treee331460d82078795b11ab66dbcb26892808ae61f /drivers/gpu/nvgpu/Kconfig
parent3ce27f7d9a148d444dad04debff04b8f4bcb6bb6 (diff)
gpu: nvgpu: remove config GK20A_PHYS_PAGE_TABLES
remove config GK20A_PHYS_PAGE_TABLES since all code dependent on this config is now moved to runtime selection Change-Id: I27d2722a9ad91cf4e0537a30943675c9132d6924 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/494499 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index b863077a..1ea9e060 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -61,14 +61,6 @@ config GK20A_CYCLE_STATS
61 help 61 help
62 Say Y here to enable the cycle stats debugging features. 62 Say Y here to enable the cycle stats debugging features.
63 63
64config GK20A_PHYS_PAGE_TABLES
65 bool "Use physical addressing for gk20a page tables"
66 depends on GK20A
67 default y if TEGRA_SIMULATION_PLATFORM
68 help
69 Use physical addressing for gk20a page tables. If this is off, we
70 use SMMU translation.
71
72config TEGRA_GK20A 64config TEGRA_GK20A
73 bool "Enable the GK20A GPU on Tegra" 65 bool "Enable the GK20A GPU on Tegra"
74 depends on TEGRA_GRHOST 66 depends on TEGRA_GRHOST