aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-07-14 13:29:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 15:08:50 -0700
commit3a349cee593a464b25f329a1b76635900187fdb0 (patch)
treea95bd6291e4c1a6004a2e0f195ad1ed85467a60a /drivers/staging
parentstaging: frontier: use after free in disconnect() (diff)
downloadlinux-dev-3a349cee593a464b25f329a1b76635900187fdb0.tar.xz
linux-dev-3a349cee593a464b25f329a1b76635900187fdb0.zip
staging: drm/imx: drop "select OF_VIDEOMODE"
Commit ac4c1a9b33 ("staging: drm/imx: Add LDB support") added the DRM_IMX_LDB Kconfig entry. That entry selects OF_VIDEOMODE. But there is no Kconfig symbol named OF_VIDEOMODE. The select statement for that symbol is a nop. Drop it. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/imx-drm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig
index 22339059837f..bd0f2fd01db4 100644
--- a/drivers/staging/imx-drm/Kconfig
+++ b/drivers/staging/imx-drm/Kconfig
@@ -33,7 +33,6 @@ config DRM_IMX_TVE
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.