Kconfig 869 B

1234567891011121314151617181920212223242526
  1. config VIDEO_CAFE_CCIC
  2. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  3. depends on PCI && I2C && VIDEO_V4L2
  4. depends on HAS_DMA
  5. select VIDEO_OV7670
  6. select VIDEOBUF2_VMALLOC
  7. select VIDEOBUF2_DMA_CONTIG
  8. select VIDEOBUF2_DMA_SG
  9. ---help---
  10. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  11. CMOS camera controller. This is the controller found on first-
  12. generation OLPC systems.
  13. config VIDEO_MMP_CAMERA
  14. tristate "Marvell Armada 610 integrated camera controller support"
  15. depends on ARCH_MMP && I2C && VIDEO_V4L2
  16. depends on HAS_DMA && BROKEN
  17. select VIDEO_OV7670
  18. select I2C_GPIO
  19. select VIDEOBUF2_DMA_SG
  20. ---help---
  21. This is a Video4Linux2 driver for the integrated camera
  22. controller found on Marvell Armada 610 application
  23. processors (and likely beyond). This is the controller found
  24. in OLPC XO 1.75 systems.