mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
b8c5a80689
Support for Marvell Berlin SoCs depends on ARCH_MULTI_V7. As the latter selects HAVE_SMP, there is no need for MACH_BERLIN_BG2 to select HAVE_SMP. Link: https://lore.kernel.org/r/20200505150722.1575-7-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
41 lines
889 B
Text
41 lines
889 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig ARCH_BERLIN
|
|
bool "Marvell Berlin SoCs"
|
|
depends on ARCH_MULTI_V7
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
select ARM_GIC
|
|
select DW_APB_ICTL
|
|
select DW_APB_TIMER_OF
|
|
select GENERIC_IRQ_CHIP
|
|
select GPIOLIB
|
|
select MFD_SYSCON
|
|
select PINCTRL
|
|
|
|
if ARCH_BERLIN
|
|
|
|
config MACH_BERLIN_BG2
|
|
bool "Marvell Armada 1500 (BG2)"
|
|
select CACHE_L2X0
|
|
select CPU_PJ4B
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select PINCTRL_BERLIN_BG2
|
|
|
|
config MACH_BERLIN_BG2CD
|
|
bool "Marvell Armada 1500-mini (BG2CD)"
|
|
select ARM_ERRATA_754322
|
|
select ARM_ERRATA_775420
|
|
select ARM_GLOBAL_TIMER
|
|
select CACHE_L2X0
|
|
select HAVE_ARM_SCU
|
|
select HAVE_ARM_TWD
|
|
select PINCTRL_BERLIN_BG2CD
|
|
|
|
config MACH_BERLIN_BG2Q
|
|
bool "Marvell Armada 1500 Pro (BG2-Q)"
|
|
select CACHE_L2X0
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select PINCTRL_BERLIN_BG2Q
|
|
|
|
endif
|