summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2012-12-25 10:52:06 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2012-12-25 11:10:36 +0800
commita6becd9a87da4fe0bdcc0e96d690377078c856b9 (patch)
tree572c52b35b6536c309a206e62800917ec5c894cc
parentfd0a1be3e55c3ca5b16f5bf89a24c62b1f3f3abe (diff)
ENGR00238201-2 V4L2:ADV7180:enable adv7180 in Android
Move ADV7180 out of choice to make it be enabled with other camera config simultaneously Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
-rw-r--r--drivers/media/video/mxc/capture/Kconfig3
1 files changed, 2 insertions, 1 deletions
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"