drivers/staging/media/max96712/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/max96712/Kconfig
Extension
[no extension]
Size
397 bytes
Lines
14
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_MAX96712
	tristate "Maxim MAX96712 Quad GMSL2 Deserializer support"
	depends on I2C
	depends on VIDEO_DEV
	select V4L2_FWNODE
	select VIDEO_V4L2_SUBDEV_API
	select MEDIA_CONTROLLER
	help
	  This driver supports the Maxim MAX96712 Quad GMSL2 Deserializer.

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

Annotation

Implementation Notes