Kconfig 572 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "Chips&Media media platform drivers"
  3. config VIDEO_CODA
  4. tristate "Chips&Media Coda multi-standard codec IP"
  5. depends on V4L_MEM2MEM_DRIVERS
  6. depends on VIDEO_DEV && OF && (ARCH_MXC || COMPILE_TEST)
  7. select SRAM
  8. select VIDEOBUF2_DMA_CONTIG
  9. select VIDEOBUF2_VMALLOC
  10. select V4L2_JPEG_HELPER
  11. select V4L2_MEM2MEM_DEV
  12. select GENERIC_ALLOCATOR
  13. help
  14. Coda is a range of video codec IPs that supports
  15. H.264, MPEG-4, and other video formats.
  16. config VIDEO_IMX_VDOA
  17. def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST