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