Kconfig 769 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "Amphion drivers"
  3. config VIDEO_AMPHION_VPU
  4. tristate "Amphion VPU (Video Processing Unit) Codec IP"
  5. depends on V4L_MEM2MEM_DRIVERS
  6. depends on ARCH_MXC || COMPILE_TEST
  7. depends on MEDIA_SUPPORT
  8. depends on VIDEO_DEV && MAILBOX
  9. select MEDIA_CONTROLLER
  10. select V4L2_MEM2MEM_DEV
  11. select VIDEOBUF2_DMA_CONTIG
  12. select VIDEOBUF2_VMALLOC
  13. help
  14. Amphion VPU Codec IP contains two parts: Windsor and Malone.
  15. Windsor is encoder that supports H.264, and Malone is decoder
  16. that supports H.264, HEVC, and other video formats.
  17. This is a V4L2 driver for NXP MXC 8Q video accelerator hardware.
  18. It accelerates encoding and decoding operations on
  19. various NXP SoCs.
  20. To compile this driver as a module choose m here.