brintos

brintos / linux-shallow public Read only

0
0
Text · 399 B · 3866cca Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Atmel media platform drivers"4 5config VIDEO_ATMEL_ISI6	tristate "ATMEL Image Sensor Interface (ISI) support"7	depends on V4L_PLATFORM_DRIVERS8	depends on VIDEO_DEV && OF9	depends on ARCH_AT91 || COMPILE_TEST10	select VIDEOBUF2_DMA_CONTIG11	select V4L2_FWNODE12	help13	  This module makes the ATMEL Image Sensor Interface available14	  as a v4l2 device.15 16