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
20 config VIDEO_SH_MOBILE_CEU
21 tristate "SuperH Mobile CEU Interface driver"
22 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
23 depends on ARCH_SHMOBILE || COMPILE_TEST
25 select VIDEOBUF2_DMA_CONTIG
26 select SOC_CAMERA_SCALE_CROP
28 This is a v4l2 driver for the SuperH Mobile CEU Interface
30 config VIDEO_ATMEL_ISI
31 tristate "ATMEL Image Sensor Interface (ISI) support"
32 depends on VIDEO_DEV && SOC_CAMERA
33 depends on ARCH_AT91 || COMPILE_TEST
35 select VIDEOBUF2_DMA_CONTIG
37 This module makes the ATMEL Image Sensor Interface available