aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-22 17:23:11 -0400
committerOlof Johansson <olof@lixom.net>2012-09-22 17:23:11 -0400
commitc740ae7404b4b606545d008c7981d0138df44461 (patch)
tree421d6ba80e346d429b6991e56e7018369da3d8d0 /arch/arm/mach-mvebu
parent0d601f613b8557cf6489f06251ae5dc383b811d0 (diff)
parent3415b08fc69af283cb19883c32fc4c62c84c55d7 (diff)
Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linux into late/kirkwood
From Jason Cooper: New drivers: - pinctrl (dove, kirkwood, mvebu) - gpio (mvebu) * 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linux: arm: mvebu: add gpio support in defconfig arm: mvebu: add DT information for GPIO banks on Armada 370 and XP arm: mvebu: use GPIO support now that a driver is available Documentation: add description of DT binding for the gpio-mvebu driver gpio: introduce gpio-mvebu driver for Marvell SoCs arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms arm: mvebu: split Kconfig options for Armada 370 and XP ARM: mvebu: adjust Armada XP evaluation board DTS ARM: mvebu: Add pinctrl support to Armada 370 SoC ARM: mvebu: Add pinctrl support to Armada XP SoCs pinctrl: mvebu: add pinctrl driver for Armada XP pinctrl: mvebu: add pinctrl driver for Armada 370 pinctrl: mvebu: kirkwood pinctrl driver pinctrl: mvebu: dove pinctrl driver pinctrl: mvebu: pinctrl driver core Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/Kconfig18
-rw-r--r--arch/arm/mach-mvebu/include/mach/gpio.h1
2 files changed, 16 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 7b270358536e..26a817d81a70 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -13,13 +13,25 @@ if ARCH_MVEBU
13menu "Marvell SOC with device tree" 13menu "Marvell SOC with device tree"
14 14
15config MACH_ARMADA_370_XP 15config MACH_ARMADA_370_XP
16 bool "Marvell Armada 370 and Aramada XP boards" 16 bool
17 select ARMADA_370_XP_TIMER 17 select ARMADA_370_XP_TIMER
18 select CPU_V7 18 select CPU_V7
19
20config MACH_ARMADA_370
21 bool "Marvell Armada 370 boards"
22 select MACH_ARMADA_370_XP
23 select PINCTRL_ARMADA_370
19 help 24 help
25 Say 'Y' here if you want your kernel to support boards based
26 on the Marvell Armada 370 SoC with device tree.
20 27
21 Say 'Y' here if you want your kernel to support boards based on 28config MACH_ARMADA_XP
22 Marvell Armada 370 or Armada XP with device tree. 29 bool "Marvell Armada XP boards"
30 select MACH_ARMADA_370_XP
31 select PINCTRL_ARMADA_XP
32 help
33 Say 'Y' here if you want your kernel to support boards based
34 on the Marvell Armada XP SoC with device tree.
23 35
24endmenu 36endmenu
25 37
diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/include/mach/gpio.h
new file mode 100644
index 000000000000..40a8c178f10d
--- /dev/null
+++ b/arch/arm/mach-mvebu/include/mach/gpio.h
@@ -0,0 +1 @@
/* empty */