From: Alexandre Belloni Date: Fri, 21 Mar 2014 19:39:16 +0000 (+0100) Subject: ARM: berlin: add MACH_BERLIN_BG2Q symbol X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~14004^2~47^2~10^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cb56c643cc167a9e5e5fa2fbc3111ce6222eec32;p=mirror_ubuntu-focal-kernel.git 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 Signed-off-by: Sebastian Hesselbarth --- 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