Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a349cee authored by Paul Bolle's avatar Paul Bolle Committed by Greg Kroah-Hartman
Browse files

staging: drm/imx: drop "select OF_VIDEOMODE"



Commit ac4c1a9b ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c8145c56
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,6 @@ config DRM_IMX_TVE
config DRM_IMX_LDB
config DRM_IMX_LDB
	tristate "Support for LVDS displays"
	tristate "Support for LVDS displays"
	depends on DRM_IMX
	depends on DRM_IMX
	select OF_VIDEOMODE
	help
	help
	  Choose this to enable the internal LVDS Display Bridge (LDB)
	  Choose this to enable the internal LVDS Display Bridge (LDB)
	  found on i.MX53 and i.MX6 processors.
	  found on i.MX53 and i.MX6 processors.