diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 393bbf92b100..21f250b8cbb0 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -860,6 +860,20 @@ config MT9M001_PCA9536_SWITCH | |||
860 | Select this if your MT9M001 camera uses a PCA9536 I2C GPIO | 860 | Select this if your MT9M001 camera uses a PCA9536 I2C GPIO |
861 | extender to switch between 8 and 10 bit datawidth modes | 861 | extender to switch between 8 and 10 bit datawidth modes |
862 | 862 | ||
863 | config SOC_CAMERA_MT9V022 | ||
864 | tristate "mt9v022 support" | ||
865 | depends on SOC_CAMERA && GENERIC_GPIO | ||
866 | select GPIO_PCA953X if MT9V022_PCA9536_SWITCH | ||
867 | help | ||
868 | This driver supports MT9V022 cameras from Micron | ||
869 | |||
870 | config MT9V022_PCA9536_SWITCH | ||
871 | bool "pca9536 datawidth switch for mt9v022" | ||
872 | depends on SOC_CAMERA_MT9V022 | ||
873 | help | ||
874 | Select this if your MT9V022 camera uses a PCA9536 I2C GPIO | ||
875 | extender to switch between 8 and 10 bit datawidth modes | ||
876 | |||
863 | config VIDEO_PXA27x | 877 | config VIDEO_PXA27x |
864 | tristate "PXA27x Quick Capture Interface driver" | 878 | tristate "PXA27x Quick Capture Interface driver" |
865 | depends on VIDEO_DEV && PXA27x | 879 | depends on VIDEO_DEV && PXA27x |