2015-03-05 08:35:49 +08:00
|
|
|
#
|
|
|
|
# Broadcom pinctrl drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
config PINCTRL_BCM281XX
|
|
|
|
bool "Broadcom BCM281xx pinctrl driver"
|
|
|
|
depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
select REGMAP_MMIO
|
2015-12-02 09:41:30 +08:00
|
|
|
default ARCH_BCM_MOBILE
|
2015-03-05 08:35:49 +08:00
|
|
|
help
|
|
|
|
Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
|
|
|
|
for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,
|
|
|
|
BCM28145, and BCM28155 SoCs. This driver requires the pinctrl
|
|
|
|
framework. GPIO is provided by a separate GPIO driver.
|
|
|
|
|
|
|
|
config PINCTRL_BCM2835
|
|
|
|
bool
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
2018-05-01 08:42:13 +08:00
|
|
|
select GENERIC_PINCONF
|
2016-11-15 01:48:19 +08:00
|
|
|
select GPIOLIB_IRQCHIP
|
2015-03-05 08:35:51 +08:00
|
|
|
|
2015-11-19 11:52:19 +08:00
|
|
|
config PINCTRL_IPROC_GPIO
|
|
|
|
bool "Broadcom iProc GPIO (with PINCONF) driver"
|
|
|
|
depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)
|
2015-03-10 04:45:00 +08:00
|
|
|
select GPIOLIB_IRQCHIP
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
2015-11-19 11:52:19 +08:00
|
|
|
default ARCH_BCM_IPROC
|
2015-03-10 04:45:00 +08:00
|
|
|
help
|
2015-11-19 11:52:19 +08:00
|
|
|
Say yes here to enable the Broadcom iProc GPIO driver.
|
|
|
|
|
|
|
|
The Broadcom iProc based SoCs- Cygnus, NS2, NSP and Stingray, use
|
|
|
|
same GPIO Controller IP hence this driver could be used for all.
|
2015-03-10 04:45:00 +08:00
|
|
|
|
|
|
|
The Broadcom Cygnus SoC has 3 GPIO controllers including the ASIU
|
|
|
|
GPIO controller (ASIU), the chipCommonG GPIO controller (CCM), and
|
|
|
|
the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
|
|
|
|
supported by this driver.
|
|
|
|
|
2015-11-19 11:52:19 +08:00
|
|
|
The Broadcom NSP has two GPIO controllers including the ChipcommonA
|
|
|
|
GPIO, the ChipcommonB GPIO. Later controller is supported by this
|
|
|
|
driver.
|
|
|
|
|
|
|
|
The Broadcom NS2 has two GPIO controller including the CRMU GPIO,
|
|
|
|
the ChipcommonG GPIO. Both controllers are supported by this driver.
|
|
|
|
|
|
|
|
The Broadcom Stingray GPIO controllers are supported by this driver.
|
|
|
|
|
|
|
|
All above SoCs GPIO controllers support basic PINCONF functions such
|
2015-03-10 04:45:00 +08:00
|
|
|
as bias pull up, pull down, and drive strength configurations, when
|
|
|
|
these pins are muxed to GPIO.
|
|
|
|
|
2015-11-19 11:52:19 +08:00
|
|
|
It provides the framework where pins from the individual GPIO can be
|
|
|
|
individually muxed to GPIO function, through interaction with the
|
|
|
|
SoCs IOMUX controller. This features could be used only on SoCs which
|
|
|
|
support individual pin muxing.
|
2015-03-10 04:45:00 +08:00
|
|
|
|
2015-03-05 08:35:51 +08:00
|
|
|
config PINCTRL_CYGNUS_MUX
|
|
|
|
bool "Broadcom Cygnus IOMUX driver"
|
|
|
|
depends on (ARCH_BCM_CYGNUS || COMPILE_TEST)
|
2016-07-16 04:29:54 +08:00
|
|
|
depends on OF
|
2015-03-05 08:35:51 +08:00
|
|
|
select PINMUX
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
default ARCH_BCM_CYGNUS
|
|
|
|
help
|
|
|
|
Say yes here to enable the Broadcom Cygnus IOMUX driver.
|
|
|
|
|
|
|
|
The Broadcom Cygnus IOMUX driver supports group based IOMUX
|
|
|
|
configuration, with the exception that certain individual pins
|
2017-02-28 06:29:28 +08:00
|
|
|
can be overridden to GPIO function
|
2015-12-05 01:11:42 +08:00
|
|
|
|
|
|
|
config PINCTRL_NSP_GPIO
|
|
|
|
bool "Broadcom NSP GPIO (with PINCONF) driver"
|
|
|
|
depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST)
|
|
|
|
select GPIOLIB_IRQCHIP
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
default ARCH_BCM_NSP
|
|
|
|
help
|
|
|
|
Say yes here to enable the Broadcom NSP GPIO driver.
|
|
|
|
|
|
|
|
The Broadcom Northstar Plus SoC ChipcommonA GPIO controller is
|
|
|
|
supported by this driver.
|
|
|
|
|
|
|
|
The ChipcommonA GPIO controller support basic PINCONF functions such
|
|
|
|
as bias pull up, pull down, and drive strength configurations, when
|
|
|
|
these pins are muxed to GPIO.
|
2016-04-29 20:51:38 +08:00
|
|
|
|
|
|
|
config PINCTRL_NS2_MUX
|
|
|
|
bool "Broadcom Northstar2 pinmux driver"
|
|
|
|
depends on OF
|
|
|
|
depends on ARCH_BCM_IPROC || COMPILE_TEST
|
|
|
|
select PINMUX
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
default ARM64 && ARCH_BCM_IPROC
|
|
|
|
help
|
|
|
|
Say yes here to enable the Broadcom NS2 MUX driver.
|
|
|
|
|
|
|
|
The Broadcom Northstar2 IOMUX driver supports group based IOMUX
|
|
|
|
configuration.
|
2016-06-24 01:35:07 +08:00
|
|
|
|
|
|
|
config PINCTRL_NSP_MUX
|
|
|
|
bool "Broadcom NSP IOMUX driver"
|
|
|
|
depends on (ARCH_BCM_NSP || COMPILE_TEST)
|
2016-07-16 04:29:54 +08:00
|
|
|
depends on OF
|
2016-06-24 01:35:07 +08:00
|
|
|
select PINMUX
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
default ARCH_BCM_NSP
|
|
|
|
help
|
|
|
|
Say yes here to enable the Broadcom NSP SOC IOMUX driver.
|
|
|
|
|
|
|
|
The Broadcom Northstar Plus IOMUX driver supports pin based IOMUX
|
|
|
|
configuration, with certain individual pins can be overridden
|
|
|
|
to GPIO function.
|