drivers/media/common/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/media/common/Kconfig
Extension
[no extension]
Size
649 bytes
Lines
32
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

# SPDX-License-Identifier: GPL-2.0-only
# Used by common drivers, when they need to ask questions
config MEDIA_COMMON_OPTIONS
	bool

comment "common driver options"
	depends on MEDIA_COMMON_OPTIONS

config CYPRESS_FIRMWARE
	tristate
	depends on USB

config TTPCI_EEPROM
        tristate
        depends on I2C

config UVC_COMMON
	tristate

config VIDEO_CX2341X
	tristate

config VIDEO_TVEEPROM
	tristate
	depends on I2C

source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"
source "drivers/media/common/v4l2-tpg/Kconfig"
source "drivers/media/common/videobuf2/Kconfig"

Annotation

Implementation Notes