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