diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index fb4bf089c68f..393bbf92b100 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -845,6 +845,21 @@ config SOC_CAMERA | |||
845 | over a bus like PCI or USB. For example some i2c camera connected | 845 | over a bus like PCI or USB. For example some i2c camera connected |
846 | directly to the data bus of an SoC. | 846 | directly to the data bus of an SoC. |
847 | 847 | ||
848 | config SOC_CAMERA_MT9M001 | ||
849 | tristate "mt9m001 support" | ||
850 | depends on SOC_CAMERA && GENERIC_GPIO | ||
851 | select GPIO_PCA953X if MT9M001_PCA9536_SWITCH | ||
852 | help | ||
853 | This driver supports MT9M001 cameras from Micron, monochrome | ||
854 | and colour models. | ||
855 | |||
856 | config MT9M001_PCA9536_SWITCH | ||
857 | bool "pca9536 datawidth switch for mt9m001" | ||
858 | depends on SOC_CAMERA_MT9M001 | ||
859 | help | ||
860 | Select this if your MT9M001 camera uses a PCA9536 I2C GPIO | ||
861 | extender to switch between 8 and 10 bit datawidth modes | ||
862 | |||
848 | config VIDEO_PXA27x | 863 | config VIDEO_PXA27x |
849 | tristate "PXA27x Quick Capture Interface driver" | 864 | tristate "PXA27x Quick Capture Interface driver" |
850 | depends on VIDEO_DEV && PXA27x | 865 | depends on VIDEO_DEV && PXA27x |