aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mvebu/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 5540a8b83af8..a601a0b13af4 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -10,6 +10,7 @@ config MACH_ARMADA_370_XP
10config MACH_ARMADA_370 10config MACH_ARMADA_370
11 bool "Marvell Armada 370 boards" 11 bool "Marvell Armada 370 boards"
12 select MACH_ARMADA_370_XP 12 select MACH_ARMADA_370_XP
13 select PINCTRL_ARMADA_370
13 help 14 help
14 Say 'Y' here if you want your kernel to support boards based 15 Say 'Y' here if you want your kernel to support boards based
15 on the Marvell Armada 370 SoC with device tree. 16 on the Marvell Armada 370 SoC with device tree.
@@ -17,6 +18,7 @@ config MACH_ARMADA_370
17config MACH_ARMADA_XP 18config MACH_ARMADA_XP
18 bool "Marvell Armada XP boards" 19 bool "Marvell Armada XP boards"
19 select MACH_ARMADA_370_XP 20 select MACH_ARMADA_370_XP
21 select PINCTRL_ARMADA_XP
20 help 22 help
21 Say 'Y' here if you want your kernel to support boards based 23 Say 'Y' here if you want your kernel to support boards based
22 on the Marvell Armada XP SoC with device tree. 24 on the Marvell Armada XP SoC with device tree.