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