Kconfig (946e0f6ffcaa614012d646f4cf84efdd62628c8b) | Kconfig (53056f59398b6ff84d82be148d862fb2039befa7) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55 It provides the framework where pins from the individual GPIO can be 56 individually muxed to GPIO function, through interaction with the 57 SoCs IOMUX controller. This features could be used only on SoCs which 58 support individual pin muxing. 59 60config PINCTRL_CYGNUS_MUX 61 bool "Broadcom Cygnus IOMUX driver" 62 depends on (ARCH_BCM_CYGNUS || COMPILE_TEST) | 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 --- 46 unchanged lines hidden (view full) --- 55 It provides the framework where pins from the individual GPIO can be 56 individually muxed to GPIO function, through interaction with the 57 SoCs IOMUX controller. This features could be used only on SoCs which 58 support individual pin muxing. 59 60config PINCTRL_CYGNUS_MUX 61 bool "Broadcom Cygnus IOMUX driver" 62 depends on (ARCH_BCM_CYGNUS || COMPILE_TEST) |
63 depends on OF |
|
63 select PINMUX 64 select GENERIC_PINCONF 65 default ARCH_BCM_CYGNUS 66 help 67 Say yes here to enable the Broadcom Cygnus IOMUX driver. 68 69 The Broadcom Cygnus IOMUX driver supports group based IOMUX 70 configuration, with the exception that certain individual pins --- 23 unchanged lines hidden (view full) --- 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. | 64 select PINMUX 65 select GENERIC_PINCONF 66 default ARCH_BCM_CYGNUS 67 help 68 Say yes here to enable the Broadcom Cygnus IOMUX driver. 69 70 The Broadcom Cygnus IOMUX driver supports group based IOMUX 71 configuration, with the exception that certain individual pins --- 23 unchanged lines hidden (view full) --- 95 select PINMUX 96 select GENERIC_PINCONF 97 default ARM64 && ARCH_BCM_IPROC 98 help 99 Say yes here to enable the Broadcom NS2 MUX driver. 100 101 The Broadcom Northstar2 IOMUX driver supports group based IOMUX 102 configuration. |
103 104config PINCTRL_NSP_MUX 105 bool "Broadcom NSP IOMUX driver" 106 depends on (ARCH_BCM_NSP || COMPILE_TEST) 107 depends on OF 108 select PINMUX 109 select GENERIC_PINCONF 110 default ARCH_BCM_NSP 111 help 112 Say yes here to enable the Broadcom NSP SOC IOMUX driver. 113 114 The Broadcom Northstar Plus IOMUX driver supports pin based IOMUX 115 configuration, with certain individual pins can be overridden 116 to GPIO function. |
|