Kconfig 612 B

123456789101112131415161718192021222324
  1. config VIDEO_XILINX
  2. tristate "Xilinx Video IP (EXPERIMENTAL)"
  3. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
  4. select VIDEOBUF2_DMA_CONTIG
  5. select V4L2_FWNODE
  6. ---help---
  7. Driver for Xilinx Video IP Pipelines
  8. if VIDEO_XILINX
  9. config VIDEO_XILINX_TPG
  10. tristate "Xilinx Video Test Pattern Generator"
  11. depends on VIDEO_XILINX
  12. select VIDEO_XILINX_VTC
  13. ---help---
  14. Driver for the Xilinx Video Test Pattern Generator
  15. config VIDEO_XILINX_VTC
  16. tristate "Xilinx Video Timing Controller"
  17. depends on VIDEO_XILINX
  18. ---help---
  19. Driver for the Xilinx Video Timing Controller
  20. endif #VIDEO_XILINX