blob: c1ba361e1d78b054420450124ab8f9f97cc18fbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|