summaryrefslogtreecommitdiff
path: root/drivers/staging/imx-drm/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-04-08 20:04:38 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-10 03:16:17 +0400
commitfcbc51e54d2aa9d402206601f4894251049e5d77 (patch)
tree8b6f528f08da8e9b25ca300835552df6fc5a450f /drivers/staging/imx-drm/Kconfig
parentda0cedecaed4044751c71e2fa3bcee96e624bb8b (diff)
downloadlinux-fcbc51e54d2aa9d402206601f4894251049e5d77.tar.xz
staging: drm/imx: Add support for Television Encoder (TVEv2)
This driver adds support for the Television Encoder integrated on i.MX53 SoCs (TVEv2). Currently only the VGA output mode is supported, which only uses the TVDAC to generate RGB levels. HSYNC and VSYNC signals are routed directly from the IPU signal generator pins through IOMUXC. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/imx-drm/Kconfig')
-rw-r--r--drivers/staging/imx-drm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig
index be7e2e30ac14..8c9e40390f42 100644
--- a/drivers/staging/imx-drm/Kconfig
+++ b/drivers/staging/imx-drm/Kconfig
@@ -20,6 +20,13 @@ config DRM_IMX_PARALLEL_DISPLAY
tristate "Support for parallel displays"
depends on DRM_IMX
+config DRM_IMX_TVE
+ tristate "Support for TV and VGA displays"
+ depends on DRM_IMX
+ help
+ Choose this to enable the internal Television Encoder (TVe)
+ found on i.MX53 processors.
+
config DRM_IMX_IPUV3_CORE
tristate "IPUv3 core support"
depends on DRM_IMX