aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2014-03-11 02:53:02 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:57:57 -0400
commit4395bc1926d85cedd576f11af6b00732834d6716 (patch)
treebf748456ef230a78c1a52813e2772a225f4bfd2b
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>
-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
21config FB_MXC_LDB 21config FB_MXC_LDB
22 tristate "MXC LDB" 22 tristate "MXC LDB"
23 depends on FB_MXC_SYNC_PANEL 23 depends on FB_MXC_SYNC_PANEL
24 depends on MXC_IPU_V3 24 depends on MXC_IPU_V3 || FB_MXS
25 select VIDEOMODE_HELPERS 25 select VIDEOMODE_HELPERS
26 26
27config FB_MXC_MIPI_DSI 27config FB_MXC_MIPI_DSI