Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) Kconfig (513034d8b089b9a49dab57845aee70e830fe7334)
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)

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

18 framework. GPIO is provided by a separate GPIO driver.
19
20config PINCTRL_BCM2835
21 bool "Broadcom BCM2835 GPIO (with PINCONF) driver"
22 depends on OF && (ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST)
23 select PINMUX
24 select PINCONF
25 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)

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

18 framework. GPIO is provided by a separate GPIO driver.
19
20config PINCTRL_BCM2835
21 bool "Broadcom BCM2835 GPIO (with PINCONF) driver"
22 depends on OF && (ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST)
23 select PINMUX
24 select PINCONF
25 select GENERIC_PINCONF
26 select GPIOLIB
26 select GPIOLIB_IRQCHIP
27 default ARCH_BCM2835 || ARCH_BRCMSTB
28 help
29 Say Y here to enable the Broadcom BCM2835 GPIO driver.
30
31config PINCTRL_IPROC_GPIO
32 bool "Broadcom iProc GPIO (with PINCONF) driver"
33 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)

--- 103 unchanged lines hidden ---
27 select GPIOLIB_IRQCHIP
28 default ARCH_BCM2835 || ARCH_BRCMSTB
29 help
30 Say Y here to enable the Broadcom BCM2835 GPIO driver.
31
32config PINCTRL_IPROC_GPIO
33 bool "Broadcom iProc GPIO (with PINCONF) driver"
34 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)

--- 103 unchanged lines hidden ---