1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_CAFE_CCIC
3	tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
4	depends on PCI && I2C && VIDEO_V4L2
5	depends on COMMON_CLK
6	select VIDEO_OV7670
7	select VIDEOBUF2_VMALLOC
8	select VIDEOBUF2_DMA_CONTIG
9	select VIDEOBUF2_DMA_SG
10	help
11	  This is a video4linux2 driver for the Marvell 88ALP01 integrated
12	  CMOS camera controller.  This is the controller found on first-
13	  generation OLPC systems.
14
15config VIDEO_MMP_CAMERA
16	tristate "Marvell Armada 610 integrated camera controller support"
17	depends on I2C && VIDEO_V4L2
18	depends on ARCH_MMP || COMPILE_TEST
19	depends on COMMON_CLK
20	select VIDEO_OV7670
21	select I2C_GPIO
22	select VIDEOBUF2_VMALLOC
23	select VIDEOBUF2_DMA_CONTIG
24	select VIDEOBUF2_DMA_SG
25	help
26	  This is a Video4Linux2 driver for the integrated camera
27	  controller found on Marvell Armada 610 application
28	  processors (and likely beyond).  This is the controller found
29	  in OLPC XO 1.75 systems.
30
31