drivers/pinctrl/bcm/Kconfig.stb

Source file repositories/reference/linux-study-clean/drivers/pinctrl/bcm/Kconfig.stb

File Facts

System
Linux kernel
Corpus path
drivers/pinctrl/bcm/Kconfig.stb
Extension
.stb
Size
228 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/pinctrl
Inferred role
Driver Families: drivers/pinctrl
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
if PINCTRL_BRCMSTB

config PINCTRL_BCM2712
	tristate "BCM2712 SoC pin controller driver"
	help
	  Driver for BCM2712 integrated pin controller,
	  commonly found on Raspberry Pi 5.

endif

Annotation

Implementation Notes