summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Makefile
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2017-04-05 17:18:04 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-04-24 11:31:36 +0200
commit87466ccd9401c4ac3971c437b7f634444fa7ace2 (patch)
tree43f68f040efb6cc3c93dc1e186aa1a4b6e9a3605 /drivers/pinctrl/Makefile
parentf13980e4083854aa0cebd502a413857e7b302075 (diff)
downloadop-kernel-dev-87466ccd9401c4ac3971c437b7f634444fa7ace2.zip
op-kernel-dev-87466ccd9401c4ac3971c437b7f634444fa7ace2.tar.gz
pinctrl: armada-37xx: Add pin controller support for Armada 37xx
The Armada 37xx SoC come with 2 pin controllers: one on the south bridge (managing 28 pins) and one on the north bridge (managing 36 pins). At the hardware level the controller configure the pins by group and not pin by pin. This constraint is reflected in the design of the driver: only the group related functions are implemented. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r--drivers/pinctrl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index 5fc3c1d..0e9b2226 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -45,7 +45,7 @@ obj-y += bcm/
obj-$(CONFIG_PINCTRL_BERLIN) += berlin/
obj-y += freescale/
obj-$(CONFIG_X86) += intel/
-obj-$(CONFIG_PINCTRL_MVEBU) += mvebu/
+obj-y += mvebu/
obj-y += nomadik/
obj-$(CONFIG_PINCTRL_PXA) += pxa/
obj-$(CONFIG_ARCH_QCOM) += qcom/
OpenPOWER on IntegriCloud