]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/media/platform/marvell-ccic/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / media / platform / marvell-ccic / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
f8fc7298
JC
2config VIDEO_CAFE_CCIC
3 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
4 depends on PCI && I2C && VIDEO_V4L2
5 select VIDEO_OV7670
b5210fd2 6 select VIDEOBUF2_VMALLOC
cbc4f3a2 7 select VIDEOBUF2_DMA_CONTIG
94acbe12 8 select VIDEOBUF2_DMA_SG
b60a5b8d 9 help
f8fc7298
JC
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
67a8dbbc
JC
14config VIDEO_MMP_CAMERA
15 tristate "Marvell Armada 610 integrated camera controller support"
0a9c643c 16 depends on I2C && VIDEO_V4L2
0a9c643c 17 depends on ARCH_MMP || COMPILE_TEST
67a8dbbc
JC
18 select VIDEO_OV7670
19 select I2C_GPIO
fc6c19fb
AB
20 select VIDEOBUF2_VMALLOC
21 select VIDEOBUF2_DMA_CONTIG
cbc4f3a2 22 select VIDEOBUF2_DMA_SG
b60a5b8d 23 help
67a8dbbc
JC
24 This is a Video4Linux2 driver for the integrated camera
25 controller found on Marvell Armada 610 application
26 processors (and likely beyond). This is the controller found
27 in OLPC XO 1.75 systems.
28