Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (b5aa1006e4a93ebb402490b4536a7d8866d967dc) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81 Say yes here to enable the Broadcom NSP GPIO driver. 82 83 The Broadcom Northstar Plus SoC ChipcommonA GPIO controller is 84 supported by this driver. 85 86 The ChipcommonA GPIO controller support basic PINCONF functions such 87 as bias pull up, pull down, and drive strength configurations, when 88 these pins are muxed to GPIO. | 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 --- 72 unchanged lines hidden (view full) --- 81 Say yes here to enable the Broadcom NSP GPIO driver. 82 83 The Broadcom Northstar Plus SoC ChipcommonA GPIO controller is 84 supported by this driver. 85 86 The ChipcommonA GPIO controller support basic PINCONF functions such 87 as bias pull up, pull down, and drive strength configurations, when 88 these pins are muxed to GPIO. |
89 90config PINCTRL_NS2_MUX 91 bool "Broadcom Northstar2 pinmux driver" 92 depends on OF 93 depends on ARCH_BCM_IPROC || COMPILE_TEST 94 select PINMUX 95 select GENERIC_PINCONF 96 default ARM64 && ARCH_BCM_IPROC 97 help 98 Say yes here to enable the Broadcom NS2 MUX driver. 99 100 The Broadcom Northstar2 IOMUX driver supports group based IOMUX 101 configuration. |
|