mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28 lines
927 B
Text
28 lines
927 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_CAFE_CCIC
|
|
tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
|
|
depends on PCI && I2C && VIDEO_V4L2
|
|
select VIDEO_OV7670
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_DMA_SG
|
|
help
|
|
This is a video4linux2 driver for the Marvell 88ALP01 integrated
|
|
CMOS camera controller. This is the controller found on first-
|
|
generation OLPC systems.
|
|
|
|
config VIDEO_MMP_CAMERA
|
|
tristate "Marvell Armada 610 integrated camera controller support"
|
|
depends on I2C && VIDEO_V4L2
|
|
depends on ARCH_MMP || COMPILE_TEST
|
|
select VIDEO_OV7670
|
|
select I2C_GPIO
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_DMA_SG
|
|
help
|
|
This is a Video4Linux2 driver for the integrated camera
|
|
controller found on Marvell Armada 610 application
|
|
processors (and likely beyond). This is the controller found
|
|
in OLPC XO 1.75 systems.
|
|
|