Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. config 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. config SOC_CAMERA_SCALE_CROP
  11. tristate
  12. config SOC_CAMERA_PLATFORM
  13. tristate "platform camera support"
  14. depends on SOC_CAMERA
  15. help
  16. This is a generic SoC camera platform driver, useful for testing
  17. config VIDEO_SH_MOBILE_CEU
  18. tristate "SuperH Mobile CEU Interface driver"
  19. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  20. depends on ARCH_SHMOBILE || COMPILE_TEST
  21. depends on HAS_DMA
  22. select VIDEOBUF2_DMA_CONTIG
  23. select SOC_CAMERA_SCALE_CROP
  24. ---help---
  25. This is a v4l2 driver for the SuperH Mobile CEU Interface
  26. config VIDEO_ATMEL_ISI
  27. tristate "ATMEL Image Sensor Interface (ISI) support"
  28. depends on VIDEO_DEV && SOC_CAMERA
  29. depends on ARCH_AT91 || COMPILE_TEST
  30. depends on HAS_DMA
  31. select VIDEOBUF2_DMA_CONTIG
  32. ---help---
  33. This module makes the ATMEL Image Sensor Interface available
  34. as a v4l2 device.