brintos

brintos / linux-shallow public Read only

0
0
Text · 769 B · 4a363e0 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Amphion drivers"4 5config VIDEO_AMPHION_VPU6	tristate "Amphion VPU (Video Processing Unit) Codec IP"7	depends on V4L_MEM2MEM_DRIVERS8	depends on ARCH_MXC || COMPILE_TEST9	depends on MEDIA_SUPPORT10	depends on VIDEO_DEV && MAILBOX11	select MEDIA_CONTROLLER12	select V4L2_MEM2MEM_DEV13	select VIDEOBUF2_DMA_CONTIG14	select VIDEOBUF2_VMALLOC15	help16	  Amphion VPU Codec IP contains two parts: Windsor and Malone.17	  Windsor is encoder that supports H.264, and Malone is decoder18	  that supports H.264, HEVC, and other video formats.19	  This is a V4L2 driver for NXP MXC 8Q video accelerator hardware.20	  It accelerates encoding and decoding operations on21	  various NXP SoCs.22	  To compile this driver as a module choose m here.23