Kconfig 821 B

12345678910111213141516171819202122232425262728
  1. config 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. config SOC_CAMERA_SCALE_CROP
  10. tristate
  11. config SOC_CAMERA_PLATFORM
  12. tristate "platform camera support"
  13. depends on SOC_CAMERA
  14. help
  15. This is a generic SoC camera platform driver, useful for testing
  16. config VIDEO_SH_MOBILE_CEU
  17. tristate "SuperH Mobile CEU Interface driver"
  18. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  19. depends on ARCH_SHMOBILE || COMPILE_TEST
  20. depends on HAS_DMA
  21. select VIDEOBUF2_DMA_CONTIG
  22. select SOC_CAMERA_SCALE_CROP
  23. ---help---
  24. This is a v4l2 driver for the SuperH Mobile CEU Interface