Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-mv78xx0 / Kconfig
blobea52c7fabb79eb77f4c57986660202bb6c31cba5
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig 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.
14 if ARCH_MV78XX0
16 config 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.
22 config 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.
28 config 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.
34 endif