Kconfig (9bf34ac5ab5805f0a798d40423c05596b7a0cee6) | Kconfig (9494b16976e1ae3afc643abf638a25f2ce4c3f2b) |
---|---|
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) --- 30 unchanged lines hidden (view full) --- 39config PINCTRL_BCM6328 40 bool "Broadcom BCM6328 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 BCM6328 GPIO driver. 46 | 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) --- 30 unchanged lines hidden (view full) --- 39config PINCTRL_BCM6328 40 bool "Broadcom BCM6328 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 BCM6328 GPIO driver. 46 |
47config PINCTRL_BCM6358 48 bool "Broadcom BCM6358 GPIO driver" 49 depends on (BMIPS_GENERIC || COMPILE_TEST) 50 select PINCTRL_BCM63XX 51 default BMIPS_GENERIC 52 help 53 Say Y here to enable the Broadcom BCM6358 GPIO driver. 54 |
|
47config PINCTRL_IPROC_GPIO 48 bool "Broadcom iProc GPIO (with PINCONF) driver" 49 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST) 50 select GPIOLIB_IRQCHIP 51 select PINCONF 52 select GENERIC_PINCONF 53 default ARCH_BCM_IPROC 54 help --- 98 unchanged lines hidden --- | 55config PINCTRL_IPROC_GPIO 56 bool "Broadcom iProc GPIO (with PINCONF) driver" 57 depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST) 58 select GPIOLIB_IRQCHIP 59 select PINCONF 60 select GENERIC_PINCONF 61 default ARCH_BCM_IPROC 62 help --- 98 unchanged lines hidden --- |