drivers/media/platform/raspberrypi/rp1-cfe/Kconfig

Source file repositories/reference/linux-study-clean/drivers/media/platform/raspberrypi/rp1-cfe/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/raspberrypi/rp1-cfe/Kconfig
Extension
[no extension]
Size
436 bytes
Lines
16
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

# RP1 V4L2 camera support

config VIDEO_RP1_CFE
	tristate "Raspberry Pi RP1 Camera Front End (CFE) video capture driver"
	depends on VIDEO_DEV
	depends on PM
	select VIDEO_V4L2_SUBDEV_API
	select MEDIA_CONTROLLER
	select VIDEOBUF2_DMA_CONTIG
	select V4L2_FWNODE
	help
	  Say Y here to enable support for the Raspberry Pi RP1 Camera Front End.

	  To compile this driver as a module, choose M here. The module will be
	  called rp1-cfe.

Annotation

Implementation Notes