1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig ARCH_MV78XX0 3 bool "Marvell MV78xx0" 4 depends on ARCH_MULTI_V5 5 select CPU_FEROCEON 6 select GPIOLIB 7 select MVEBU_MBUS 8 select FORCE_PCI 9 select PLAT_ORION_LEGACY 10 help 11 Support for the following Marvell MV78xx0 series SoCs: 12 MV781x0, MV782x0. 13 14if ARCH_MV78XX0 15 16config MACH_DB78X00_BP 17 bool "Marvell DB-78x00-BP Development Board" 18 help 19 Say 'Y' here if you want your kernel to support the 20 Marvell DB-78x00-BP Development Board. 21 22config MACH_RD78X00_MASA 23 bool "Marvell RD-78x00-mASA Reference Design" 24 help 25 Say 'Y' here if you want your kernel to support the 26 Marvell RD-78x00-mASA Reference Design. 27 28config MACH_TERASTATION_WXL 29 bool "Buffalo WLX (Terastation Duo) NAS" 30 help 31 Say 'Y' here if you want your kernel to support the 32 Buffalo WXL Nas. 33 34endif 35