summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-berlin/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson2014-07-08 07:41:47 +0200
committerOlof Johansson2014-07-08 07:42:24 +0200
commit3ae22f4d94e5b69b8d9b8b1ce2702043e4aca43d (patch)
treec4777bd224a87c2f313a3ca6dcff216dd3d7c5c1 /arch/arm/mach-berlin/Kconfig
parentMerge tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu into next/soc (diff)
parentARM: berlin: add SMP support (diff)
downloadkernel-qcow2-linux-3ae22f4d94e5b69b8d9b8b1ce2702043e4aca43d.tar.gz
kernel-qcow2-linux-3ae22f4d94e5b69b8d9b8b1ce2702043e4aca43d.tar.xz
kernel-qcow2-linux-3ae22f4d94e5b69b8d9b8b1ce2702043e4aca43d.zip
Merge tag 'berlin-soc-3.17-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/soc
Merge "Berlin SoC changes for v3.17" from Sebastian Hesselbarth: - SMP support for BG2 and BG2Q * tag 'berlin-soc-3.17-1' of git://git.infradead.org/users/hesselba/linux-berlin: ARM: berlin: add SMP support Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-berlin/Kconfig')
-rw-r--r--arch/arm/mach-berlin/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index 2631cfc5ab0d..24f85be71671 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -13,7 +13,9 @@ config MACH_BERLIN_BG2
bool "Marvell Armada 1500 (BG2)"
select CACHE_L2X0
select CPU_PJ4B
+ select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
+ select HAVE_SMP
select PINCTRL_BERLIN_BG2
config MACH_BERLIN_BG2CD
@@ -25,6 +27,7 @@ config MACH_BERLIN_BG2CD
config MACH_BERLIN_BG2Q
bool "Marvell Armada 1500 Pro (BG2-Q)"
select CACHE_L2X0
+ select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
select PINCTRL_BERLIN_BG2Q