aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
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 */