Am Donnerstag, den 01.08.2013, 09:32 +0900 schrieb Jingoo Han:
> Added missing MFD_SYSCON dependency for LVDS display bridge
> in order to fix the following link error.
> 
> drivers/staging/imx-drm/imx-ldb.c:484: undefined reference to 
> `syscon_regmap_lookup_by_phandle'
> 
> Signed-off-by: Jingoo Han <jg1....@samsung.com>

Acked-by: Philipp Zabel <p.za...@pengutronix.de>

> ---
>  drivers/staging/imx-drm/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig
> index 0f75afc..394254f 100644
> --- a/drivers/staging/imx-drm/Kconfig
> +++ b/drivers/staging/imx-drm/Kconfig
> @@ -32,7 +32,7 @@ config DRM_IMX_TVE
>  
>  config DRM_IMX_LDB
>       tristate "Support for LVDS displays"
> -     depends on DRM_IMX
> +     depends on DRM_IMX && MFD_SYSCON
>       help
>         Choose this to enable the internal LVDS Display Bridge (LDB)
>         found on i.MX53 and i.MX6 processors.


_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to