Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb56c643 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Sebastian Hesselbarth
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent af987718
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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