From: guoyin.chen Date: Tue, 25 Dec 2012 02:52:06 +0000 (+0800) Subject: ENGR00238201-2 V4L2:ADV7180:driver kconfig change X-Git-Tag: v3.0.35-fsl~181 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4ef5b7673b6d19f19bb2d1e7bd4bbf51df8d2188;p=karo-tx-linux.git ENGR00238201-2 V4L2:ADV7180:driver kconfig change Move ADV7180 out of choice to make it be enabled with other camera config simultaneously Signed-off-by: guoyin.chen (cherry picked from commit a6becd9a87da4fe0bdcc0e96d690377078c856b9) --- diff --git a/drivers/media/video/mxc/capture/Kconfig b/drivers/media/video/mxc/capture/Kconfig index 243b888c0f4f..3013155fb03a 100644 --- a/drivers/media/video/mxc/capture/Kconfig +++ b/drivers/media/video/mxc/capture/Kconfig @@ -99,13 +99,14 @@ config MXC_CAMERA_OV5642 ---help--- If you plan to use the ov5642 Camera with your MXC system, say Y here. +endchoice + config MXC_TVIN_ADV7180 tristate "Analog Device adv7180 TV Decoder Input support" depends on (MACH_MX35_3DS || MACH_MX51_3DS || MACH_MX6Q_SABREAUTO || MACH_MX6Q_ARM2) ---help--- If you plan to use the adv7180 video decoder with your MXC system, say Y here. -endchoice config MXC_CAMERA_OV5640_MIPI tristate "OmniVision ov5640 camera support using mipi"