aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-03-21 20:39:16 +0100
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-05-19 22:52:23 +0200
commitcb56c643cc167a9e5e5fa2fbc3111ce6222eec32 (patch)
tree1c06e8eac31a34584fdd33cf7741f9e4481e4c5a /arch/arm
parentaf987718f0bb238a7f09bf6aa9b87c7121e3bbd3 (diff)
ARM: berlin: add MACH_BERLIN_BG2Q symbol
Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to differentiate that SoC from the other SoCs of the Berlin family. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-berlin/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index b0cb0722acd2..9266ae38a5c1 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -20,6 +20,11 @@ config MACH_BERLIN_BG2CD
select CACHE_L2X0
select HAVE_ARM_TWD if SMP
+config MACH_BERLIN_BG2Q
+ bool "Marvell Armada 1500 Pro (BG2-Q)"
+ select CACHE_L2X0
+ select HAVE_ARM_TWD if SMP
+
endmenu
endif