diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2018-08-08 12:25:26 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-08-29 10:28:42 +0200 |
commit | 3b588e43ee5c7ad8ccccfbfc6fc379b816c178f0 (patch) | |
tree | fec4947f165dcd0f41206e49c9af631da74b75ff /drivers/pinctrl/Makefile | |
parent | d0e4e8f0d6abd8e992cb8cdc57a1396dd1e3a486 (diff) | |
download | linux-3b588e43ee5c7ad8ccccfbfc6fc379b816c178f0.tar.gz linux-3b588e43ee5c7ad8ccccfbfc6fc379b816c178f0.tar.bz2 linux-3b588e43ee5c7ad8ccccfbfc6fc379b816c178f0.zip |
pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver
Add Nuvoton BMC NPCM750/730/715/705 Pinmux and
GPIO controller driver.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
[Add back select GPIO_GENERIC]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 46ef9bd52096..8e127bd8610f 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -51,6 +51,7 @@ obj-y += freescale/ obj-$(CONFIG_X86) += intel/ obj-y += mvebu/ obj-y += nomadik/ +obj-$(CONFIG_ARCH_NPCM7XX) += nuvoton/ obj-$(CONFIG_PINCTRL_PXA) += pxa/ obj-$(CONFIG_ARCH_QCOM) += qcom/ obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/ |