Kconfig (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) Kconfig (c12fb1774deaa9c9408b19db8d43d3612f6e47a0)
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

--- 59 unchanged lines hidden (view full) ---

68 default ARCH_BCM_CYGNUS
69 help
70 Say yes here to enable the Broadcom Cygnus IOMUX driver.
71
72 The Broadcom Cygnus IOMUX driver supports group based IOMUX
73 configuration, with the exception that certain individual pins
74 can be overridden to GPIO function
75
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

--- 59 unchanged lines hidden (view full) ---

68 default ARCH_BCM_CYGNUS
69 help
70 Say yes here to enable the Broadcom Cygnus IOMUX driver.
71
72 The Broadcom Cygnus IOMUX driver supports group based IOMUX
73 configuration, with the exception that certain individual pins
74 can be overridden to GPIO function
75
76config PINCTRL_NS
77 bool "Broadcom Northstar pins driver"
78 depends on OF && (ARCH_BCM_5301X || COMPILE_TEST)
79 select PINMUX
80 select GENERIC_PINCONF
81 default ARCH_BCM_5301X
82 help
83 Say yes here to enable the Broadcom NS SoC pins driver.
84
85 The Broadcom Northstar pins driver supports muxing multi-purpose pins
86 that can be used for various functions (e.g. SPI, I2C, UART) as well
87 as GPIOs.
88
76config PINCTRL_NSP_GPIO
77 bool "Broadcom NSP GPIO (with PINCONF) driver"
78 depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST)
79 select GPIOLIB_IRQCHIP
80 select PINCONF
81 select GENERIC_PINCONF
82 default ARCH_BCM_NSP
83 help

--- 35 unchanged lines hidden ---
89config PINCTRL_NSP_GPIO
90 bool "Broadcom NSP GPIO (with PINCONF) driver"
91 depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST)
92 select GPIOLIB_IRQCHIP
93 select PINCONF
94 select GENERIC_PINCONF
95 default ARCH_BCM_NSP
96 help

--- 35 unchanged lines hidden ---