summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHiro Sugawara <hsugawara@nvidia.com>2011-08-26 10:29:21 -0700
committerSimone Willett <swillett@nvidia.com>2011-09-12 17:05:08 -0700
commitbcea6f229ef9467b427549d65fabf69ea4ed09ce (patch)
treef0ed37c8a096eaaca0e4d967d458adaa593f6e5f /drivers
parentf10b613bbd27b8a5f25cbbaebecfe50fd9c0be3f (diff)
video: tegra: Remove wrong config dependency
GRHOST should be buildable without IOVMM (i.e. with carveout only) Bug 870898 Change-Id: I1f40b8356b0bb75b42379a0aa79bd410b395c53f Reviewed-on: http://git-master/r/49478 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/tegra/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig
index 5d652b013237..c6188cf96b55 100644
--- a/drivers/video/tegra/Kconfig
+++ b/drivers/video/tegra/Kconfig
@@ -4,8 +4,7 @@ comment "NVIDIA Tegra Display Driver options"
config TEGRA_GRHOST
tristate "Tegra graphics host driver"
- depends on TEGRA_IOVMM
- default n
+ default y
help
Driver for the Tegra graphics host hardware.