1config SOC_CAMERA 2 tristate "SoC camera support" 3 depends on VIDEO_V4L2 && HAS_DMA && I2C 4 select VIDEOBUF_GEN 5 select VIDEOBUF2_CORE 6 help 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. 10 11config SOC_CAMERA_SCALE_CROP 12 tristate 13 14config SOC_CAMERA_PLATFORM 15 tristate "platform camera support" 16 depends on SOC_CAMERA 17 help 18 This is a generic SoC camera platform driver, useful for testing 19 20config 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 24 depends on HAS_DMA 25 select VIDEOBUF2_DMA_CONTIG 26 select SOC_CAMERA_SCALE_CROP 27 ---help--- 28 This is a v4l2 driver for the SuperH Mobile CEU Interface 29 30config 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 34 depends on HAS_DMA 35 select VIDEOBUF2_DMA_CONTIG 36 ---help--- 37 This module makes the ATMEL Image Sensor Interface available 38 as a v4l2 device. 39 40