2 tristate "SoC camera support"
3 depends on VIDEO_V4L2 && HAS_DMA && I2C
7 SoC Camera is a common API to several cameras, not connecting
8 over a bus like PCI or USB. For example some i2c camera connected
9 directly to the data bus of an SoC.
11 config SOC_CAMERA_SCALE_CROP
14 config SOC_CAMERA_PLATFORM
15 tristate "platform camera support"
18 This is a generic SoC camera platform driver, useful for testing
21 tristate "PXA27x Quick Capture Interface driver"
22 depends on VIDEO_DEV && PXA27x && SOC_CAMERA
23 select VIDEOBUF_DMA_SG
26 This is a v4l2 driver for the PXA27x Quick Capture Interface
29 tristate "R-Car Video Input (VIN) support"
30 depends on VIDEO_DEV && SOC_CAMERA
31 depends on ARCH_SHMOBILE || COMPILE_TEST
33 select VIDEOBUF2_DMA_CONTIG
34 select SOC_CAMERA_SCALE_CROP
36 This is a v4l2 driver for the R-Car VIN Interface
38 config VIDEO_SH_MOBILE_CSI2
39 tristate "SuperH Mobile MIPI CSI-2 Interface driver"
40 depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
41 depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST
43 This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
45 config VIDEO_SH_MOBILE_CEU
46 tristate "SuperH Mobile CEU Interface driver"
47 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
48 depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST
50 select VIDEOBUF2_DMA_CONTIG
51 select SOC_CAMERA_SCALE_CROP
53 This is a v4l2 driver for the SuperH Mobile CEU Interface
55 config VIDEO_ATMEL_ISI
56 tristate "ATMEL Image Sensor Interface (ISI) support"
57 depends on VIDEO_DEV && SOC_CAMERA
58 depends on ARCH_AT91 || COMPILE_TEST
60 select VIDEOBUF2_DMA_CONTIG
62 This module makes the ATMEL Image Sensor Interface available