Files
linux/drivers/pinctrl/bcm/Kconfig.stb
Ivan T. Ivanov 657cbf9b24 pinctrl: bcm: Add STB family pin controller driver
This driver provide pin muxing and configuration functionality
for BCM2712 SoC used by RPi5. According to [1] this chip is an
instance of the one used in Broadcom STB  product line.

[1] https://lore.kernel.org/lkml/f6601f73-cb22-4ba3-88c5-241be8421fc3@broadcom.com/

Cc: Jonathan Bell <jonathan@raspberrypi.com>
Cc: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Ivan T. Ivanov <iivanov@suse.de>
Reviewed-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
[linusw: Enable also for ARCH_BCM2835]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2025-09-08 14:23:42 +02:00

11 lines
228 B
Plaintext

# 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