summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorMichael Frydrych <mfrydrych@nvidia.com>2011-12-01 15:09:41 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-08 17:06:26 +0530
commit43868343be06d968434858e4fcc14aff30884f1d (patch)
tree3bb7ae12ad07efd8d78e191779f31d9c7a45c771 /drivers/video
parent94136f21090fe7f1887e0155ca61a1a973608213 (diff)
video: tegra: Enable display driver extensions
Display driver extensions must be enabled along with overlay display driver to enable transition of user space components from using overlay driver to using driver extensions. Once the transition is completed, overlay driver will be disabled. Bug 905578 Change-Id: I2635802eea8b0953865f6c86c64cd5e154095562 Reviewed-on: http://git-master/r/64111 Reviewed-by: Markus Holtmanns <mholtmanns@nvidia.com> Reviewed-by: Michael Frydrych <mfrydrych@nvidia.com> Tested-by: Michael Frydrych <mfrydrych@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com> Tested-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/tegra/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig
index be643c597ec0..172965530bcf 100644
--- a/drivers/video/tegra/Kconfig
+++ b/drivers/video/tegra/Kconfig
@@ -17,7 +17,7 @@ config TEGRA_DC
config TEGRA_OVERLAY
tristate "Tegra Overlay Device Node"
- depends on TEGRA_DC && !TEGRA_DC_EXTENSIONS
+ depends on TEGRA_DC
default y
help
Device node for multi-client overlay support.
@@ -35,6 +35,7 @@ config FB_TEGRA
config TEGRA_DC_EXTENSIONS
bool "Tegra Display Controller Extensions"
depends on TEGRA_DC
+ default y
help
This exposes support for extended capabilities of the Tegra display
controller to userspace drivers.