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