Kconfig (1758047057dbe329be712a31b79db7151b5871f8) Kconfig (4b1643cb57da8df86c02a0826cb12ed750abaed7)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom pinctrl drivers
4#
5
6config PINCTRL_BCM281XX
7 bool "Broadcom BCM281xx pinctrl driver"
8 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)

--- 132 unchanged lines hidden (view full) ---

141 configuration, with the exception that certain individual pins
142 can be overridden to GPIO function
143
144config PINCTRL_NS
145 bool "Broadcom Northstar pins driver"
146 depends on OF && (ARCH_BCM_5301X || COMPILE_TEST)
147 select PINMUX
148 select GENERIC_PINCONF
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom pinctrl drivers
4#
5
6config PINCTRL_BCM281XX
7 bool "Broadcom BCM281xx pinctrl driver"
8 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)

--- 132 unchanged lines hidden (view full) ---

141 configuration, with the exception that certain individual pins
142 can be overridden to GPIO function
143
144config PINCTRL_NS
145 bool "Broadcom Northstar pins driver"
146 depends on OF && (ARCH_BCM_5301X || COMPILE_TEST)
147 select PINMUX
148 select GENERIC_PINCONF
149 select GENERIC_PINCTRL_GROUPS
150 select GENERIC_PINMUX_FUNCTIONS
149 default ARCH_BCM_5301X
150 help
151 Say yes here to enable the Broadcom NS SoC pins driver.
152
153 The Broadcom Northstar pins driver supports muxing multi-purpose pins
154 that can be used for various functions (e.g. SPI, I2C, UART) as well
155 as GPIOs.
156

--- 43 unchanged lines hidden ---
151 default ARCH_BCM_5301X
152 help
153 Say yes here to enable the Broadcom NS SoC pins driver.
154
155 The Broadcom Northstar pins driver supports muxing multi-purpose pins
156 that can be used for various functions (e.g. SPI, I2C, UART) as well
157 as GPIOs.
158

--- 43 unchanged lines hidden ---