aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-06 16:57:53 +0100
committerLinus Walleij <linus.walleij@linaro.org>2015-03-04 13:53:55 +0100
commitee086577abe7f7ccf5f64a33479a36e22710b7d0 (patch)
tree80599c0c1bf0edaf509664ab627a32da803564f7 /drivers/pinctrl/mvebu/Makefile
parentLinux 4.0-rc1 (diff)
downloadlinux-dev-ee086577abe7f7ccf5f64a33479a36e22710b7d0.tar.xz
linux-dev-ee086577abe7f7ccf5f64a33479a36e22710b7d0.zip
pinctrl: mvebu: add pinctrl driver for Marvell Armada 39x
This commit adds a new pinctrl driver for the Marvell Armada 39x family of processors, which hooks into the existing infrastructure to support pin-muxing on Marvell EBU processors. Two variants of the Armada 39x are supported: 88F6920 (Armada 390) and 88F6928 (Armada 398), which have a few differences in the available functions for certain pins. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mvebu/Makefile')
-rw-r--r--drivers/pinctrl/mvebu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Makefile b/drivers/pinctrl/mvebu/Makefile
index a0818e96374b..554d8af14eeb 100644
--- a/drivers/pinctrl/mvebu/Makefile
+++ b/drivers/pinctrl/mvebu/Makefile
@@ -4,5 +4,6 @@ obj-$(CONFIG_PINCTRL_KIRKWOOD) += pinctrl-kirkwood.o
obj-$(CONFIG_PINCTRL_ARMADA_370) += pinctrl-armada-370.o
obj-$(CONFIG_PINCTRL_ARMADA_375) += pinctrl-armada-375.o
obj-$(CONFIG_PINCTRL_ARMADA_38X) += pinctrl-armada-38x.o
+obj-$(CONFIG_PINCTRL_ARMADA_39X) += pinctrl-armada-39x.o
obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o
obj-$(CONFIG_PINCTRL_ORION) += pinctrl-orion.o