1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_AMPHION_VPU 3 tristate "Amphion VPU (Video Processing Unit) Codec IP" 4 depends on V4L_MEM2MEM_DRIVERS 5 depends on ARCH_MXC || COMPILE_TEST 6 depends on MEDIA_SUPPORT 7 depends on VIDEO_DEV 8 depends on VIDEO_V4L2 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. 21