]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00252411: mxc_v4l2_capture: ov5642/ov5640 cannot both be set as build-in.
authorSheng Nan <b38800@freescale.com>
Mon, 4 Mar 2013 02:35:13 +0000 (10:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:56 +0000 (08:35 +0200)
ov5642 and ov5640 are inside choice "prompt "Select Camera/TV Decoder""
It prevents some modules are set as build-in at the same time.

All the cameras inside the choice are parallel cameras. There is no need to
include all of them inside a choice.

Know issues:
ADV7180 (out of the choice) and mipi ov camera (inside the choice)
can not be both selected for ARM2 board:
CSI0_MCLK pad is conflicted between adv7180 and mipi camera ext port.
Developers should know this.

Signed-off-by: Sheng Nan <b38800@freescale.com>
drivers/media/video/mxc/capture/Kconfig

index 3013155fb03a4228bf672767bc1a18da409ad12d..a862636dbed0cb4ebe66ac3cc21adac7a39ee5e9 100644 (file)
@@ -26,11 +26,6 @@ config VIDEO_MXC_CSI_DMA
          with this method the CSC (Color Space Conversion) and resize are not supported.
          If unsure, say N.
 
-choice
-       prompt "Select Camera/TV Decoder"
-       default MXC_CAMERA_OV3640
-       depends on VIDEO_MXC_CAMERA
-
 config MXC_CAMERA_MC521DA
        tristate "Magnachip mc521da camera support"
        select I2C_MXC
@@ -99,8 +94,6 @@ 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)