ARM: berlin: add MACH_BERLIN_BG2Q symbol
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 21 Mar 2014 19:39:16 +0000 (20:39 +0100)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 19 May 2014 20:52:23 +0000 (22:52 +0200)
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>
arch/arm/mach-berlin/Kconfig

index b0cb0722acd254fb411c7616504c9399d396c4b1..9266ae38a5c19a0205a1b689ccf3bf2cba548a80 100644 (file)
@@ -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
This page took 0.02923 seconds and 5 git commands to generate.