xref: /linux/arch/arm/mach-mv78xx0/Kconfig (revision 6c8c1406)
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	depends on ATAGS && UNUSED_BOARD_FILES
7	select CPU_FEROCEON
8	select GPIOLIB
9	select MVEBU_MBUS
10	select FORCE_PCI
11	select PLAT_ORION_LEGACY
12	help
13	  Support for the following Marvell MV78xx0 series SoCs:
14	  MV781x0, MV782x0.
15
16if ARCH_MV78XX0
17
18config MACH_DB78X00_BP
19	bool "Marvell DB-78x00-BP Development Board"
20	help
21	  Say 'Y' here if you want your kernel to support the
22	  Marvell DB-78x00-BP Development Board.
23
24config MACH_RD78X00_MASA
25	bool "Marvell RD-78x00-mASA Reference Design"
26	help
27	  Say 'Y' here if you want your kernel to support the
28	  Marvell RD-78x00-mASA Reference Design.
29
30config MACH_TERASTATION_WXL
31	bool "Buffalo WLX (Terastation Duo) NAS"
32	help
33	  Say 'Y' here if you want your kernel to support the
34	  Buffalo WXL Nas.
35
36endif
37