xref: /linux/drivers/media/platform/amphion/Kconfig (revision 0be3ff0c)
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 && MAILBOX
11	select MEDIA_CONTROLLER
12	select V4L2_MEM2MEM_DEV
13	select VIDEOBUF2_DMA_CONTIG
14	select VIDEOBUF2_VMALLOC
15	help
16	  Amphion VPU Codec IP contains two parts: Windsor and Malone.
17	  Windsor is encoder that supports H.264, and Malone is decoder
18	  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 on
21	  various NXP SoCs.
22	  To compile this driver as a module choose m here.
23