Kconfig (e98bdb3059cbf2b1cd4261e126b08429f64466c3) | Kconfig (03671057c3b769c0adbf9212bf695481d3f59279) |
---|---|
1# 2# Broadcom pinctrl drivers 3# 4 5config PINCTRL_BCM281XX 6 bool "Broadcom BCM281xx pinctrl driver" 7 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST) 8 select PINMUX --- 56 unchanged lines hidden (view full) --- 65 select PINMUX 66 select GENERIC_PINCONF 67 default ARCH_BCM_CYGNUS 68 help 69 Say yes here to enable the Broadcom Cygnus IOMUX driver. 70 71 The Broadcom Cygnus IOMUX driver supports group based IOMUX 72 configuration, with the exception that certain individual pins | 1# 2# Broadcom pinctrl drivers 3# 4 5config PINCTRL_BCM281XX 6 bool "Broadcom BCM281xx pinctrl driver" 7 depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST) 8 select PINMUX --- 56 unchanged lines hidden (view full) --- 65 select PINMUX 66 select GENERIC_PINCONF 67 default ARCH_BCM_CYGNUS 68 help 69 Say yes here to enable the Broadcom Cygnus IOMUX driver. 70 71 The Broadcom Cygnus IOMUX driver supports group based IOMUX 72 configuration, with the exception that certain individual pins |
73 can be overrided to GPIO function | 73 can be overridden to GPIO function |
74 75config PINCTRL_NSP_GPIO 76 bool "Broadcom NSP GPIO (with PINCONF) driver" 77 depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST) 78 select GPIOLIB_IRQCHIP 79 select PINCONF 80 select GENERIC_PINCONF 81 default ARCH_BCM_NSP --- 36 unchanged lines hidden --- | 74 75config PINCTRL_NSP_GPIO 76 bool "Broadcom NSP GPIO (with PINCONF) driver" 77 depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST) 78 select GPIOLIB_IRQCHIP 79 select PINCONF 80 select GENERIC_PINCONF 81 default ARCH_BCM_NSP --- 36 unchanged lines hidden --- |