diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index fe743aa7f645..98e2e1a2a71d 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -906,7 +906,7 @@ config SOC_CAMERA | |||
906 | 906 | ||
907 | config SOC_CAMERA_MT9M001 | 907 | config SOC_CAMERA_MT9M001 |
908 | tristate "mt9m001 support" | 908 | tristate "mt9m001 support" |
909 | depends on SOC_CAMERA | 909 | depends on SOC_CAMERA && I2C |
910 | select GPIO_PCA953X if MT9M001_PCA9536_SWITCH | 910 | select GPIO_PCA953X if MT9M001_PCA9536_SWITCH |
911 | help | 911 | help |
912 | This driver supports MT9M001 cameras from Micron, monochrome | 912 | This driver supports MT9M001 cameras from Micron, monochrome |
@@ -921,7 +921,7 @@ config MT9M001_PCA9536_SWITCH | |||
921 | 921 | ||
922 | config SOC_CAMERA_MT9V022 | 922 | config SOC_CAMERA_MT9V022 |
923 | tristate "mt9v022 support" | 923 | tristate "mt9v022 support" |
924 | depends on SOC_CAMERA | 924 | depends on SOC_CAMERA && I2C |
925 | select GPIO_PCA953X if MT9V022_PCA9536_SWITCH | 925 | select GPIO_PCA953X if MT9V022_PCA9536_SWITCH |
926 | help | 926 | help |
927 | This driver supports MT9V022 cameras from Micron | 927 | This driver supports MT9V022 cameras from Micron |