From: Robby Cai Date: Thu, 8 Nov 2012 06:45:56 +0000 (+0800) Subject: ENGR00232893 mx6sl: pxp/v4l2: add dependency on CONFIG_FB_MXC_ELCDIF_FB X-Git-Tag: v3.0.35-fsl~235 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8317bc11a691539132352f665f6bf4b7eb3c797a;p=karo-tx-linux.git ENGR00232893 mx6sl: pxp/v4l2: add dependency on CONFIG_FB_MXC_ELCDIF_FB Without this dependency, we have to manually disable CONFIG_VIDEO_MXC_PXP_V4L2 when disable CONFIG_FB_MXC_ELCDIF_FB. Otherwise, a build error shows up. This patch fixed it. Signed-off-by: Robby Cai --- diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index e0b1633ef218..a872632b46e5 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -652,6 +652,7 @@ config VIDEO_MXS_PXP config VIDEO_MXC_PXP_V4L2 tristate "MXC PxP V4L2 driver" depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MX5 || SOC_IMX6SL) + select FB_MXC_ELCDIF_FB select VIDEOBUF_DMA_CONTIG ---help--- This is a video4linux driver for the Freescale PxP