drivers/staging/media/sunxi/sun6i-isp/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/sunxi/sun6i-isp/Kconfig
Extension
[no extension]
Size
537 bytes
Lines
16
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-only
config VIDEO_SUN6I_ISP
	tristate "Allwinner A31 Image Signal Processor (ISP) Driver"
	depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV
	depends on ARCH_SUNXI || COMPILE_TEST
	depends on PM && COMMON_CLK && HAS_DMA
	select MEDIA_CONTROLLER
	select VIDEO_V4L2_SUBDEV_API
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_VMALLOC
	select V4L2_FWNODE
	select REGMAP_MMIO
	help
	   Support for the Allwinner A31 Image Signal Processor (ISP), also
	   found on other platforms such as the A80, A83T or V3/V3s.

Annotation

Implementation Notes