brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · d31f473 Raw
38 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Marvell media platform drivers"4 5config VIDEO_CAFE_CCIC6	tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"7	depends on V4L_PLATFORM_DRIVERS8	depends on PCI && I2C && VIDEO_DEV9	depends on COMMON_CLK10	select V4L2_ASYNC11	select VIDEO_OV7670 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR12	select VIDEOBUF2_VMALLOC13	select VIDEOBUF2_DMA_CONTIG14	select VIDEOBUF2_DMA_SG15	help16	  This is a video4linux2 driver for the Marvell 88ALP01 integrated17	  CMOS camera controller.  This is the controller found on first-18	  generation OLPC systems.19 20config VIDEO_MMP_CAMERA21	tristate "Marvell Armada 610 integrated camera controller support"22	depends on V4L_PLATFORM_DRIVERS23	depends on I2C && VIDEO_DEV24	depends on ARCH_MMP || COMPILE_TEST25	depends on COMMON_CLK26	select VIDEO_OV7670 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR27	select I2C_GPIO28	select V4L2_ASYNC29	select VIDEOBUF2_VMALLOC30	select VIDEOBUF2_DMA_CONTIG31	select VIDEOBUF2_DMA_SG32	help33	  This is a Video4Linux2 driver for the integrated camera34	  controller found on Marvell Armada 610 application35	  processors (and likely beyond).  This is the controller found36	  in OLPC XO 1.75 systems.37 38