aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig56
1 files changed, 56 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 1832966f53f3..fe9a4cc14141 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -270,6 +270,15 @@ config VIDEO_SAA711X
270 To compile this driver as a module, choose M here: the 270 To compile this driver as a module, choose M here: the
271 module will be called saa7115. 271 module will be called saa7115.
272 272
273config VIDEO_SAA717X
274 tristate "Philips SAA7171/3/4 audio/video decoders"
275 depends on VIDEO_V4L2 && I2C
276 ---help---
277 Support for the Philips SAA7171/3/4 audio/video decoders.
278
279 To compile this driver as a module, choose M here: the
280 module will be called saa717x.
281
273config VIDEO_SAA7191 282config VIDEO_SAA7191
274 tristate "Philips SAA7191 video decoder" 283 tristate "Philips SAA7191 video decoder"
275 depends on VIDEO_V4L1 && I2C 284 depends on VIDEO_V4L1 && I2C
@@ -689,6 +698,8 @@ source "drivers/media/video/cx88/Kconfig"
689 698
690source "drivers/media/video/cx23885/Kconfig" 699source "drivers/media/video/cx23885/Kconfig"
691 700
701source "drivers/media/video/au0828/Kconfig"
702
692source "drivers/media/video/ivtv/Kconfig" 703source "drivers/media/video/ivtv/Kconfig"
693 704
694config VIDEO_M32R_AR 705config VIDEO_M32R_AR
@@ -836,4 +847,49 @@ config USB_STKWEBCAM
836 847
837endif # V4L_USB_DRIVERS 848endif # V4L_USB_DRIVERS
838 849
850config SOC_CAMERA
851 tristate "SoC camera support"
852 depends on VIDEO_V4L2
853 select VIDEOBUF_DMA_SG
854 help
855 SoC Camera is a common API to several cameras, not connecting
856 over a bus like PCI or USB. For example some i2c camera connected
857 directly to the data bus of an SoC.
858
859config SOC_CAMERA_MT9M001
860 tristate "mt9m001 support"
861 depends on SOC_CAMERA
862 select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
863 help
864 This driver supports MT9M001 cameras from Micron, monochrome
865 and colour models.
866
867config MT9M001_PCA9536_SWITCH
868 bool "pca9536 datawidth switch for mt9m001"
869 depends on SOC_CAMERA_MT9M001 && GENERIC_GPIO
870 help
871 Select this if your MT9M001 camera uses a PCA9536 I2C GPIO
872 extender to switch between 8 and 10 bit datawidth modes
873
874config SOC_CAMERA_MT9V022
875 tristate "mt9v022 support"
876 depends on SOC_CAMERA
877 select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
878 help
879 This driver supports MT9V022 cameras from Micron
880
881config MT9V022_PCA9536_SWITCH
882 bool "pca9536 datawidth switch for mt9v022"
883 depends on SOC_CAMERA_MT9V022 && GENERIC_GPIO
884 help
885 Select this if your MT9V022 camera uses a PCA9536 I2C GPIO
886 extender to switch between 8 and 10 bit datawidth modes
887
888config VIDEO_PXA27x
889 tristate "PXA27x Quick Capture Interface driver"
890 depends on VIDEO_DEV && PXA27x
891 select SOC_CAMERA
892 ---help---
893 This is a v4l2 driver for the PXA27x Quick Capture Interface
894
839endif # VIDEO_CAPTURE_DRIVERS 895endif # VIDEO_CAPTURE_DRIVERS