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/nuvoton/Makefile | |
parent | d0e4e8f0d6abd8e992cb8cdc57a1396dd1e3a486 (diff) |
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/nuvoton/Makefile')
-rw-r--r-- | drivers/pinctrl/nuvoton/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/nuvoton/Makefile b/drivers/pinctrl/nuvoton/Makefile new file mode 100644 index 000000000000..886d00784cef --- /dev/null +++ b/drivers/pinctrl/nuvoton/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +# Nuvoton pinctrl support + +obj-$(CONFIG_PINCTRL_NPCM7XX) += pinctrl-npcm7xx.o |