1config SOC_CAMERA 2 tristate "SoC camera support" 3 depends on VIDEO_V4L2 && HAS_DMA && I2C 4 select VIDEOBUF2_CORE 5 help 6 SoC Camera is a common API to several cameras, not connecting 7 over a bus like PCI or USB. For example some i2c camera connected 8 directly to the data bus of an SoC. 9 10config SOC_CAMERA_SCALE_CROP 11 tristate 12 13config SOC_CAMERA_PLATFORM 14 tristate "platform camera support" 15 depends on SOC_CAMERA 16 help 17 This is a generic SoC camera platform driver, useful for testing 18 19config VIDEO_SH_MOBILE_CEU 20 tristate "SuperH Mobile CEU Interface driver" 21 depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK 22 depends on ARCH_SHMOBILE || COMPILE_TEST 23 select VIDEOBUF2_DMA_CONTIG 24 select SOC_CAMERA_SCALE_CROP 25 ---help--- 26 This is a v4l2 driver for the SuperH Mobile CEU Interface 27