drivers/staging/media/meson/vdec/Kconfig

Source file repositories/reference/linux-study-clean/drivers/staging/media/meson/vdec/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/meson/vdec/Kconfig
Extension
[no extension]
Size
314 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/staging
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

config VIDEO_MESON_VDEC
	tristate "Amlogic video decoder driver"
	depends on VIDEO_DEV && HAS_DMA
	depends on ARCH_MESON || COMPILE_TEST
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	select MESON_CANVAS
	help
	Support for the video decoder found in gxbb/gxl/gxm chips.

Annotation

Implementation Notes