16 lines
399 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0-only
2026-01-29 22:25:33 +08:00
comment "Atmel media platform drivers"
2026-01-21 18:59:54 +08:00
config VIDEO_ATMEL_ISI
tristate "ATMEL Image Sensor Interface (ISI) support"
2026-01-29 22:25:33 +08:00
depends on V4L_PLATFORM_DRIVERS
depends on VIDEO_DEV && OF
2026-01-21 18:59:54 +08:00
depends on ARCH_AT91 || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG
select V4L2_FWNODE
help
This module makes the ATMEL Image Sensor Interface available
as a v4l2 device.
2026-01-29 22:25:33 +08:00