summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/Kconfig
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-08-23 21:58:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:16 -0800
commitda56e15cc75a5be394c30ab068579cf9d0399da7 (patch)
tree86666113183cf4d43c70b27b6735f5d6a1c3356d /drivers/video/tegra/Kconfig
parent976ed855b9f5b4c6cc4c9cc5590efeb595169367 (diff)
video: tegra: add skeleton host bus support
The host (or host1x) bus sits between the cpu core and the 3d, 2d, camera, display, and mpeg encoder functions. It contains provides DMA channels, hardware mutexes, and synchronization points. Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/tegra/Kconfig')
-rw-r--r--drivers/video/tegra/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig
index b01dc9534060..2610d137ffb8 100644
--- a/drivers/video/tegra/Kconfig
+++ b/drivers/video/tegra/Kconfig
@@ -1,6 +1,14 @@
+config TEGRA_GRHOST
+ tristate "Tegra graphics host driver"
+ depends on TEGRA_IOVMM
+ default n
+ help
+ Driver for the Tegra graphics host hardware.
+
config TEGRA_DC
tristate "Tegra Display Contoller"
depends on ARCH_TEGRA
+ select FB_MODE_HELPERS
help
Tegra display controller support.