drivers/media/platform/amphion/Kconfig

Source file repositories/reference/linux-study-clean/drivers/media/platform/amphion/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/amphion/Kconfig
Extension
[no extension]
Size
769 bytes
Lines
23
Domain
Driver Families
Bucket
drivers/media
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only

comment "Amphion drivers"

config VIDEO_AMPHION_VPU
	tristate "Amphion VPU (Video Processing Unit) Codec IP"
	depends on V4L_MEM2MEM_DRIVERS
	depends on ARCH_MXC || COMPILE_TEST
	depends on MEDIA_SUPPORT
	depends on VIDEO_DEV && MAILBOX
	select MEDIA_CONTROLLER
	select V4L2_MEM2MEM_DEV
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_VMALLOC
	help
	  Amphion VPU Codec IP contains two parts: Windsor and Malone.
	  Windsor is encoder that supports H.264, and Malone is decoder
	  that supports H.264, HEVC, and other video formats.
	  This is a V4L2 driver for NXP MXC 8Q video accelerator hardware.
	  It accelerates encoding and decoding operations on
	  various NXP SoCs.
	  To compile this driver as a module choose m here.

Annotation

Implementation Notes