staging: drm/imx: drop "select OF_VIDEOMODE"
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 14 Jul 2013 11:29:48 +0000 (13:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 22:08:50 +0000 (15:08 -0700)
commit3a349cee593a464b25f329a1b76635900187fdb0
treea95bd6291e4c1a6004a2e0f195ad1ed85467a60a
parentc8145c56103099565be2e18aeac2a32f79361f3f
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>
drivers/staging/imx-drm/Kconfig