Kconfig 399 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "Atmel media platform drivers"
  3. config VIDEO_ATMEL_ISI
  4. tristate "ATMEL Image Sensor Interface (ISI) support"
  5. depends on V4L_PLATFORM_DRIVERS
  6. depends on VIDEO_DEV && OF
  7. depends on ARCH_AT91 || COMPILE_TEST
  8. select VIDEOBUF2_DMA_CONTIG
  9. select V4L2_FWNODE
  10. help
  11. This module makes the ATMEL Image Sensor Interface available
  12. as a v4l2 device.