summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2015-08-02 06:21:10 -0400
committerArto Merilainen <amerilainen@nvidia.com>2015-11-19 03:19:23 -0500
commitd3cf5811996388a1d7501da72fff46ee19e5e7c7 (patch)
tree12268305129d50b330a104edfbc81aa1070ce018 /drivers/gpu/nvgpu/Kconfig
parent9d2c9072c8b9a7742db3974d6027df9d44e0953f (diff)
video: tegra: host: Wrappers for upstream host1x
This patch adds wrappers to use nvhost functions even if the upstream host1x driver was used. In this case the functions are re-routed to corresponding functions in the host1x driver. Bug 1698151 Change-Id: Id49ea78f925e9b14e54e67743cac42610b3ecbeb Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-on: http://git-master/r/823638
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 00fd3b08..75aed3f6 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -56,7 +56,6 @@ config GK20A_CYCLE_STATS
56 56
57config TEGRA_GK20A 57config TEGRA_GK20A
58 bool "Enable the GK20A GPU on Tegra" 58 bool "Enable the GK20A GPU on Tegra"
59 depends on TEGRA_GRHOST
60 depends on GK20A 59 depends on GK20A
61 default y 60 default y
62 help 61 help