summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiro Sugawara <hsugawara@nvidia.com>2011-08-26 10:29:21 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-09-27 12:01:30 -0700
commit951a36e8e22f4bd96bc8aa27a5742e15942a9c68 (patch)
tree5fb1dfc2ad4d2875e12ac93aa9d779bdf2c54bc3
parent3978d58140eb0678af7ffc0946266f08441bf127 (diff)
video: tegra: Remove wrong config dependency
GRHOST should be buildable without IOVMM (i.e. with carveout only) Bug 870898 (cherry picked from commit bcea6f229ef9467b427549d65fabf69ea4ed09ce) Change-Id: Ibd5eb004e001e481992e8b9c1a7c53108f276ff9 Reviewed-on: http://git-master/r/54511 Tested-by: Hiro Sugawara <hsugawara@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
-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 a29e2488a386..e3bc62980499 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.