GNU Linux-libre 5.19-rc6-gnu
[releases.git] / arch / arm / mach-mv78xx0 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig 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
15 if ARCH_MV78XX0
16
17 config 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
23 config 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
29 config 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
35 endif