diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2018-01-06 01:09:26 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-01-09 14:54:59 +0100 |
commit | ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f (patch) | |
tree | a02204f58512c73e3ca06fc3b8f694155a1cd1ad /drivers/pinctrl/Makefile | |
parent | b67ecdec45b43a0c17a2e66e4d72303dfa3a8a96 (diff) | |
download | linux-ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f.tar.gz linux-ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f.tar.bz2 linux-ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f.zip |
pinctrl: Add Microsemi Ocelot SoC driver
The Microsemi Ocelot SoC has a few pins that can be used as GPIOs or take
multiple other functions. Add a driver for the pinmuxing and the GPIOs.
There is currently no support for interrupts.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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 2341228eb718..d3692633e9ed 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -46,6 +46,7 @@ obj-$(CONFIG_PINCTRL_ST) += pinctrl-st.o obj-$(CONFIG_PINCTRL_ZYNQ) += pinctrl-zynq.o obj-$(CONFIG_PINCTRL_INGENIC) += pinctrl-ingenic.o obj-$(CONFIG_PINCTRL_RK805) += pinctrl-rk805.o +obj-$(CONFIG_PINCTRL_OCELOT) += pinctrl-ocelot.o obj-$(CONFIG_ARCH_ASPEED) += aspeed/ obj-y += bcm/ |