aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@pengutronix.de>2008-04-22 13:42:04 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:42 -0400
commitf523dd0da985ef618d6f986217f0dd0975072515 (patch)
treea810142210dbf21bada93005ba43084d6745a77c /drivers/media/video/Kconfig
parent3bc43840c3fbffaf8216883a37b336a41050d7f7 (diff)
V4L/DVB (7173): Add support for the MT9M001 camera
This driver supports Micron MT9M001 monochrome and colour cameras. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig15
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
848config 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
856config 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
848config VIDEO_PXA27x 863config 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