summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-07-22 20:10:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-23 09:15:14 +0200
commitd0e0a9799e77f1e54c17114b436be084f98a369f (patch)
treecdc594daa88d7ed37b0eb0337717a1409fda7966 /arch
parentfe0ed89b574ef5cce37ec90d7da990269fe6ebfb (diff)
downloadbarebox-d0e0a9799e77f1e54c17114b436be084f98a369f.tar.gz
barebox-d0e0a9799e77f1e54c17114b436be084f98a369f.tar.xz
pinctrl: mvebu: add pinctrl driver for Armada XP
This adds a pinctrl driver for pin muxing on Marvell Armada XP. The driver is ported from Linux and modified to fit on Barebox's common mvebu pinctrl driver. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 2cc127d30a..131f3a67ea 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -20,6 +20,7 @@ config ARCH_ARMADA_XP
bool "Armada XP"
select CPU_V7
select CLOCKSOURCE_MVEBU
+ select PINCTRL_ARMADA_XP
config ARCH_DOVE
bool "Dove 88AP510"