Kconfig (762bee3e3e9f42cafdb3ead64b7aee37f9b7369f) | Kconfig (26ea7ac92836ba616f75a1ab57e64ffc21da7758) |
---|---|
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) --- 17 unchanged lines hidden (view full) --- 26 select GPIOLIB 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_BCM63XX 33 bool | 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) --- 17 unchanged lines hidden (view full) --- 26 select GPIOLIB 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_BCM63XX 33 bool |
34 depends on OF 35 select PINMUX 36 select PINCONF |
|
34 select GENERIC_PINCONF | 37 select GENERIC_PINCONF |
38 select GPIOLIB |
|
35 select GPIO_REGMAP | 39 select GPIO_REGMAP |
36 select PINCONF 37 select PINMUX | |
38 39config PINCTRL_BCM6318 40 bool "Broadcom BCM6318 GPIO driver" 41 depends on (BMIPS_GENERIC || COMPILE_TEST) 42 select PINCTRL_BCM63XX 43 default BMIPS_GENERIC 44 help 45 Say Y here to enable the Broadcom BCM6318 GPIO driver. --- 147 unchanged lines hidden --- | 40 41config PINCTRL_BCM6318 42 bool "Broadcom BCM6318 GPIO driver" 43 depends on (BMIPS_GENERIC || COMPILE_TEST) 44 select PINCTRL_BCM63XX 45 default BMIPS_GENERIC 46 help 47 Say Y here to enable the Broadcom BCM6318 GPIO driver. --- 147 unchanged lines hidden --- |