V4L/DVB (7810): soc_camera: mt9v022 and mt9m001 depend on I2C
[deliverable/linux.git] / drivers / media / video / Kconfig
index fe743aa7f645fb611af3058775ad2b22bbd38081..98e2e1a2a71d4dc16c01135c80325b366ba1e137 100644 (file)
@@ -906,7 +906,7 @@ config SOC_CAMERA
 
 config SOC_CAMERA_MT9M001
        tristate "mt9m001 support"
-       depends on SOC_CAMERA
+       depends on SOC_CAMERA && I2C
        select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
        help
          This driver supports MT9M001 cameras from Micron, monochrome
@@ -921,7 +921,7 @@ config MT9M001_PCA9536_SWITCH
 
 config SOC_CAMERA_MT9V022
        tristate "mt9v022 support"
-       depends on SOC_CAMERA
+       depends on SOC_CAMERA && I2C
        select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
        help
          This driver supports MT9V022 cameras from Micron
This page took 0.039152 seconds and 5 git commands to generate.