mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
ARM: mvebu: Add ARCH_MULTI_V7 to SoCs
Prepare mach-mvebu to house both ARCH_MULTI_V7 and ARCH_MULTI_V5 systems by adding ARCH_MULTI_V7 to the existing SOCs. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
d364eecf7a
commit
c15ebc714e
@ -29,7 +29,7 @@ config MACH_ARMADA_370_XP
|
||||
select CPU_PJ4B
|
||||
|
||||
config MACH_ARMADA_370
|
||||
bool "Marvell Armada 370 boards"
|
||||
bool "Marvell Armada 370 boards" if ARCH_MULTI_V7
|
||||
select ARMADA_370_CLK
|
||||
select MACH_ARMADA_370_XP
|
||||
select PINCTRL_ARMADA_370
|
||||
@ -38,7 +38,7 @@ config MACH_ARMADA_370
|
||||
on the Marvell Armada 370 SoC with device tree.
|
||||
|
||||
config MACH_ARMADA_XP
|
||||
bool "Marvell Armada XP boards"
|
||||
bool "Marvell Armada XP boards" if ARCH_MULTI_V7
|
||||
select ARMADA_XP_CLK
|
||||
select MACH_ARMADA_370_XP
|
||||
select PINCTRL_ARMADA_XP
|
||||
|
Loading…
Reference in New Issue
Block a user