drivers/media/platform/raspberrypi/pisp_be/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/raspberrypi/pisp_be/Kconfig
Extension
[no extension]
Size
451 bytes
Lines
15
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

config VIDEO_RASPBERRYPI_PISP_BE
	tristate "Raspberry Pi PiSP Backend (BE) ISP driver"
	depends on V4L_PLATFORM_DRIVERS
	depends on VIDEO_DEV
	depends on ARCH_BCM2835 || COMPILE_TEST
	depends on PM
	select VIDEO_V4L2_SUBDEV_API
	select MEDIA_CONTROLLER
	select VIDEOBUF2_DMA_CONTIG
	help
	  Say Y here to enable support for the PiSP Backend (BE) ISP driver.

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

Annotation

Implementation Notes