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 9 select PINCONF 10 select GENERIC_PINCONF 11 select REGMAP_MMIO 12 help 13 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used 14 for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351, 15 BCM28145, and BCM28155 SoCs. This driver requires the pinctrl 16 framework. GPIO is provided by a separate GPIO driver. 17 18config PINCTRL_BCM2835 19 bool 20 select PINMUX 21 select PINCONF 22 23config PINCTRL_CYGNUS_MUX 24 bool "Broadcom Cygnus IOMUX driver" 25 depends on (ARCH_BCM_CYGNUS || COMPILE_TEST) 26 select PINMUX 27 select GENERIC_PINCONF 28 default ARCH_BCM_CYGNUS 29 help 30 Say yes here to enable the Broadcom Cygnus IOMUX driver. 31 32 The Broadcom Cygnus IOMUX driver supports group based IOMUX 33 configuration, with the exception that certain individual pins 34 can be overrided to GPIO function 35