diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-12-10 18:47:28 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-10 18:47:28 +0100 |
commit | fcb59bdf64e7d6d2bca41624e893b71d319b479b (patch) | |
tree | f4c23d72ac042ed85a6390c0392a40b3d1968b86 /drivers/pinctrl/bcm/Kconfig | |
parent | e43d2b75297e9a5d3fc154f28c8be95b9694b29b (diff) | |
parent | 8bfcbbbcabe02310885a26ebd02550a928c306ca (diff) |
Merge branch 'bcm-nsp' into devel
Diffstat (limited to 'drivers/pinctrl/bcm/Kconfig')
-rw-r--r-- | drivers/pinctrl/bcm/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig index 59495473ed53..a99ca6a31a88 100644 --- a/drivers/pinctrl/bcm/Kconfig +++ b/drivers/pinctrl/bcm/Kconfig @@ -68,3 +68,20 @@ config PINCTRL_CYGNUS_MUX The Broadcom Cygnus IOMUX driver supports group based IOMUX configuration, with the exception that certain individual pins can be overrided to GPIO function + +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. |