mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 22:36:43 +07:00
727c62d29c
This platform recently moved to multi-platform, so missed the global
fixup by commit e324654294
("ARM: use "depends on" for SoC configs
instead of "if" after prompt"). Fix it now.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
34 lines
792 B
Plaintext
34 lines
792 B
Plaintext
menuconfig ARCH_MV78XX0
|
|
bool "Marvell MV78xx0"
|
|
depends on ARCH_MULTI_V5
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select CPU_FEROCEON
|
|
select MVEBU_MBUS
|
|
select PCI
|
|
select PLAT_ORION_LEGACY
|
|
help
|
|
Support for the following Marvell MV78xx0 series SoCs:
|
|
MV781x0, MV782x0.
|
|
|
|
if ARCH_MV78XX0
|
|
|
|
config MACH_DB78X00_BP
|
|
bool "Marvell DB-78x00-BP Development Board"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell DB-78x00-BP Development Board.
|
|
|
|
config MACH_RD78X00_MASA
|
|
bool "Marvell RD-78x00-mASA Reference Design"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell RD-78x00-mASA Reference Design.
|
|
|
|
config MACH_TERASTATION_WXL
|
|
bool "Buffalo WLX (Terastation Duo) NAS"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Buffalo WXL Nas.
|
|
|
|
endif
|