0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig ARCH_MV78XX0
0003 bool "Marvell MV78xx0"
0004 depends on ARCH_MULTI_V5
0005 depends on CPU_LITTLE_ENDIAN
0006 depends on ATAGS && UNUSED_BOARD_FILES
0007 select CPU_FEROCEON
0008 select GPIOLIB
0009 select MVEBU_MBUS
0010 select FORCE_PCI
0011 select PLAT_ORION_LEGACY
0012 help
0013 Support for the following Marvell MV78xx0 series SoCs:
0014 MV781x0, MV782x0.
0015
0016 if ARCH_MV78XX0
0017
0018 config MACH_DB78X00_BP
0019 bool "Marvell DB-78x00-BP Development Board"
0020 help
0021 Say 'Y' here if you want your kernel to support the
0022 Marvell DB-78x00-BP Development Board.
0023
0024 config MACH_RD78X00_MASA
0025 bool "Marvell RD-78x00-mASA Reference Design"
0026 help
0027 Say 'Y' here if you want your kernel to support the
0028 Marvell RD-78x00-mASA Reference Design.
0029
0030 config MACH_TERASTATION_WXL
0031 bool "Buffalo WLX (Terastation Duo) NAS"
0032 help
0033 Say 'Y' here if you want your kernel to support the
0034 Buffalo WXL Nas.
0035
0036 endif