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