summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mvebu/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-06 15:57:53 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-03-04 12:53:55 (GMT)
commitee086577abe7f7ccf5f64a33479a36e22710b7d0 (patch)
tree80599c0c1bf0edaf509664ab627a32da803564f7 /drivers/pinctrl/mvebu/Kconfig
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
downloadlinux-ee086577abe7f7ccf5f64a33479a36e22710b7d0.tar.xz
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/Kconfig')
-rw-r--r--drivers/pinctrl/mvebu/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig
index d6dd835..1706024 100644
--- a/drivers/pinctrl/mvebu/Kconfig
+++ b/drivers/pinctrl/mvebu/Kconfig
@@ -26,6 +26,10 @@ config PINCTRL_ARMADA_38X
bool
select PINCTRL_MVEBU
+config PINCTRL_ARMADA_39X
+ bool
+ select PINCTRL_MVEBU
+
config PINCTRL_ARMADA_XP
bool
select PINCTRL_MVEBU