summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2014-03-11 14:53:02 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:57:57 -0500
commit4395bc1926d85cedd576f11af6b00732834d6716 (patch)
treebf748456ef230a78c1a52813e2772a225f4bfd2b /drivers/video
parent697a4cf1e037b8f92515691223ecf79f8c2e67f5 (diff)
ENGR00302472-11 video: mxc LDB: Add FB_MXS to Kconfig dependency
Since LCDIF may drive LDB, let's add FB_MXS to LDB Kconfig dependency. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/mxc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/Kconfig b/drivers/video/mxc/Kconfig
index a86288adedbf..7f2967f95afa 100644
--- a/drivers/video/mxc/Kconfig
+++ b/drivers/video/mxc/Kconfig
@@ -21,7 +21,7 @@ config FB_MXC_SYNC_PANEL
config FB_MXC_LDB
tristate "MXC LDB"
depends on FB_MXC_SYNC_PANEL
- depends on MXC_IPU_V3
+ depends on MXC_IPU_V3 || FB_MXS
select VIDEOMODE_HELPERS
config FB_MXC_MIPI_DSI