From fcbc51e54d2aa9d402206601f4894251049e5d77 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Mon, 8 Apr 2013 18:04:38 +0200 Subject: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/imx-drm/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/staging/imx-drm/Kconfig') 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 -- cgit v1.2.3