summaryrefslogtreecommitdiffstats
path: root/drivers/staging/imx-drm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-18 09:23:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-18 11:22:58 -0700
commitac4c1a9b33005969b05de0f13ec90ec426a76769 (patch)
tree6cb72b3edb1591a654451ae00d5edcf0b3521245 /drivers/staging/imx-drm/Kconfig
parent0c2935925280c2fa765f297dc47865d0e1707f42 (diff)
downloadop-kernel-dev-ac4c1a9b33005969b05de0f13ec90ec426a76769.zip
op-kernel-dev-ac4c1a9b33005969b05de0f13ec90ec426a76769.tar.gz
staging: drm/imx: Add LDB support
This adds support for the LVDS Display Bridge contained in i.MX5 and i.MX6 SoCs. Bit mapping, data width, and video timings are configurable via device tree. Dual-channel mode is supported for a single high-resolution source. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/imx-drm/Kconfig')
-rw-r--r--drivers/staging/imx-drm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig
index ef699f7..2233905 100644
--- a/drivers/staging/imx-drm/Kconfig
+++ b/drivers/staging/imx-drm/Kconfig
@@ -30,6 +30,14 @@ config DRM_IMX_TVE
Choose this to enable the internal Television Encoder (TVe)
found on i.MX53 processors.
+config DRM_IMX_LDB
+ tristate "Support for LVDS displays"
+ depends on DRM_IMX
+ select OF_VIDEOMODE
+ help
+ Choose this to enable the internal LVDS Display Bridge (LDB)
+ found on i.MX53 and i.MX6 processors.
+
config DRM_IMX_IPUV3_CORE
tristate "IPUv3 core support"
depends on DRM_IMX
OpenPOWER on IntegriCloud