xref: /linux/drivers/pinctrl/bcm/Kconfig.stb (revision d8d2b1f81530988abe2e2bfaceec1c5d30b9a0b4)
1# SPDX-License-Identifier: GPL-2.0-only
2if PINCTRL_BRCMSTB
3
4config PINCTRL_BCM2712
5	tristate "BCM2712 SoC pin controller driver"
6	help
7	  Driver for BCM2712 integrated pin controller,
8	  commonly found on Raspberry Pi 5.
9
10endif
11