From: Jingoo Han Date: Thu, 1 Aug 2013 00:32:29 +0000 (+0900) Subject: staging: imx-drm: add missing MFD_SYSCON dependency for LDB X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=64cb7ce9d4c44e96b54f9d8125817c9024031465;p=linux-beck.git staging: imx-drm: add missing MFD_SYSCON dependency for LDB 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 Acked-by: Philipp Zabel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig index 0f75afcc03c4..394254f7d6b5 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.