Re: [PATCH] staging: drm/imx: drop "select OF_VIDEOMODE"

2013-07-17 Thread Sascha Hauer
On Sun, Jul 14, 2013 at 01:29:48PM +0200, Paul Bolle wrote: > 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

Re: [PATCH] staging: drm/imx: drop select OF_VIDEOMODE

2013-07-17 Thread Sascha Hauer
On Sun, Jul 14, 2013 at 01:29:48PM +0200, Paul Bolle wrote: 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.

[PATCH] staging: drm/imx: drop "select OF_VIDEOMODE"

2013-07-14 Thread Paul Bolle
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 --- 0) Not tested! 1) Perhaps

[PATCH] staging: drm/imx: drop select OF_VIDEOMODE

2013-07-14 Thread Paul Bolle
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 pebo...@tiscali.nl --- 0) Not tested!