]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/media/platform/atmel/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / media / platform / atmel / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
10626744
SW
2config VIDEO_ATMEL_ISC
3 tristate "ATMEL Image Sensor Controller (ISC) support"
4cff79e9 4 depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API
10626744
SW
5 depends on ARCH_AT91 || COMPILE_TEST
6 select VIDEOBUF2_DMA_CONTIG
7 select REGMAP_MMIO
859969b3 8 select V4L2_FWNODE
10626744
SW
9 help
10 This module makes the ATMEL Image Sensor Controller available
c1d82b89
HV
11 as a v4l2 device.
12
13config VIDEO_ATMEL_ISI
14 tristate "ATMEL Image Sensor Interface (ISI) support"
4cff79e9 15 depends on VIDEO_V4L2 && OF
c1d82b89
HV
16 depends on ARCH_AT91 || COMPILE_TEST
17 select VIDEOBUF2_DMA_CONTIG
859969b3 18 select V4L2_FWNODE
b60a5b8d 19 help
c1d82b89
HV
20 This module makes the ATMEL Image Sensor Interface available
21 as a v4l2 device.