summaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/capture/Kconfig
diff options
context:
space:
mode:
authorYuxi Sun <b36102@freescale.com>2012-02-23 11:32:38 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:19 +0800
commite07646bbe34773d475102b2335093062dc3c2d4b (patch)
treee38036f5b5ea83ae05105f56fbff7c4e13b57336 /drivers/media/video/mxc/capture/Kconfig
parentae5710406b986812e55b8b07759881d4a4340528 (diff)
downloadlinux-e07646bbe34773d475102b2335093062dc3c2d4b.tar.gz
ENGR00175205 camera: change sensor_clock as an indepent module
Sensor_clock function will have confict when dual camera is introduced, so change it as an indepent module. Signed-off-by: Yuxi Sun <b36102@freescale.com>
Diffstat (limited to 'drivers/media/video/mxc/capture/Kconfig')
-rw-r--r--drivers/media/video/mxc/capture/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/capture/Kconfig b/drivers/media/video/mxc/capture/Kconfig
index 3b2d90f9fd0a..d66c59d64f35 100644
--- a/drivers/media/video/mxc/capture/Kconfig
+++ b/drivers/media/video/mxc/capture/Kconfig
@@ -35,6 +35,7 @@ config MXC_CAMERA_MC521DA
tristate "Magnachip mc521da camera support"
select I2C_MXC
depends on VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the mc521da Camera with your MXC system, say Y here.
@@ -42,12 +43,14 @@ config MXC_EMMA_CAMERA_MICRON111
tristate "Micron mt9v111 camera support with eMMA"
select I2C_MXC
depends on VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the mt9v111 Camera with your MXC system, say Y here.
config MXC_CAMERA_OV2640_EMMA
tristate "OmniVision ov2640 camera support with eMMA"
depends on VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov2640 Camera with your MXC system, say Y here.
@@ -55,24 +58,28 @@ config MXC_CAMERA_MICRON111
tristate "Micron mt9v111 camera support"
select I2C_MXC
depends on ! VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the mt9v111 Camera with your MXC system, say Y here.
config MXC_CAMERA_OV2640
tristate "OmniVision ov2640 camera support"
depends on !VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov2640 Camera with your MXC system, say Y here.
config MXC_CAMERA_OV3640
tristate "OmniVision ov3640 camera support"
depends on !VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov3640 Camera with your MXC system, say Y here.
config MXC_CAMERA_OV5640
tristate "OmniVision ov5640 camera support"
depends on !VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov5640 Camera with your MXC system, say Y here.
@@ -81,6 +88,7 @@ config MXC_CAMERA_OV5640_MIPI
depends on !VIDEO_MXC_EMMA_CAMERA
depends on ARCH_MX6Q
select MXC_MIPI_CSI2 if ARCH_MX6Q
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov5640 Camera with mipi interface in your MXC system, say Y here.
@@ -89,12 +97,14 @@ config MXC_CAMERA_OV8820_MIPI
depends on !VIDEO_MXC_EMMA_CAMERA
depends on ARCH_MX6Q
select MXC_MIPI_CSI2 if ARCH_MX6Q
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov8820 Camera with mipi interface in your MXC system, say Y here.
config MXC_CAMERA_OV5642
tristate "OmniVision ov5642 camera support"
depends on !VIDEO_MXC_EMMA_CAMERA
+ select MXC_CAMERA_SENSOR_CLK
---help---
If you plan to use the ov5642 Camera with your MXC system, say Y here.
@@ -106,6 +116,13 @@ config MXC_TVIN_ADV7180
endchoice
+config MXC_CAMERA_SENSOR_CLK
+ tristate "camera clock"
+ depends on !VIDEO_MXC_EMMA_CAMERA
+ ---help---
+ If you plan to use the Camera with your MXC system, say Y here.
+
+
config MXC_IPU_PRP_VF_SDC
tristate "Pre-Processor VF SDC library"
depends on VIDEO_MXC_IPU_CAMERA && FB_MXC_SYNC_PANEL