drivers/staging/media/sunxi/cedrus/Kconfig

Source file repositories/reference/linux-study-clean/drivers/staging/media/sunxi/cedrus/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/sunxi/cedrus/Kconfig
Extension
[no extension]
Size
478 bytes
Lines
18
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_SUNXI_CEDRUS
	tristate "Allwinner Cedrus VPU driver"
	depends on VIDEO_DEV
	depends on RESET_CONTROLLER
	depends on HAS_DMA
	depends on OF
	select MEDIA_CONTROLLER
	select SUNXI_SRAM
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_MEM2MEM_DEV
	help
	  Support for the VPU found in Allwinner SoCs, also known as the Cedar
	  video engine.

	  To compile this driver as a module, choose M here: the module
	  will be called sunxi-cedrus.

Annotation

Implementation Notes