summaryrefslogtreecommitdiff
path: root/drivers/staging/imx-drm
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-08-01 00:32:29 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-02 03:56:54 (GMT)
commit64cb7ce9d4c44e96b54f9d8125817c9024031465 (patch)
tree821badd383baef99804582e3f52618b400b56546 /drivers/staging/imx-drm
parent0b99d58902dd82fa51216eb8e0d6ddd8c43e90e4 (diff)
downloadlinux-fsl-qoriq-64cb7ce9d4c44e96b54f9d8125817c9024031465.tar.xz
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 <jg1.han@samsung.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/imx-drm')
-rw-r--r--drivers/staging/imx-drm/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.