Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (132f95016db0a0a0659e99b471a7d3fd0c60f961) |
---|---|
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) --- 15 unchanged lines hidden (view full) --- 24 select PINCONF 25 select GENERIC_PINCONF 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 | 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) --- 15 unchanged lines hidden (view full) --- 24 select PINCONF 25 select GENERIC_PINCONF 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 select GENERIC_PINCONF 35 select GPIO_REGMAP 36 select PINCONF 37 select PINMUX 38 |
|
32config PINCTRL_IPROC_GPIO 33 bool "Broadcom iProc GPIO (with PINCONF) driver" 34 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST) 35 select GPIOLIB_IRQCHIP 36 select PINCONF 37 select GENERIC_PINCONF 38 default ARCH_BCM_IPROC 39 help --- 98 unchanged lines hidden --- | 39config PINCTRL_IPROC_GPIO 40 bool "Broadcom iProc GPIO (with PINCONF) driver" 41 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST) 42 select GPIOLIB_IRQCHIP 43 select PINCONF 44 select GENERIC_PINCONF 45 default ARCH_BCM_IPROC 46 help --- 98 unchanged lines hidden --- |