blob: 81c0f08a2684d8f23b6fcc34df0826fa9979ff18 [file] [log] [blame]
Arnd Bergmann43dad392015-12-02 22:27:07 +01001menuconfig ARCH_MV78XX0
Masahiro Yamada727c62d2016-01-25 20:44:10 +09002 bool "Marvell MV78xx0"
3 depends on ARCH_MULTI_V5
Arnd Bergmann43dad392015-12-02 22:27:07 +01004 select CPU_FEROCEON
Linus Walleij5c34a4e2016-06-02 14:10:16 +02005 select GPIOLIB
Arnd Bergmann43dad392015-12-02 22:27:07 +01006 select MVEBU_MBUS
7 select PCI
8 select PLAT_ORION_LEGACY
9 help
10 Support for the following Marvell MV78xx0 series SoCs:
11 MV781x0, MV782x0.
Stanislav Samsonov794d15b2008-06-22 22:45:10 +020012
Arnd Bergmann43dad392015-12-02 22:27:07 +010013if ARCH_MV78XX0
Stanislav Samsonov794d15b2008-06-22 22:45:10 +020014
15config MACH_DB78X00_BP
16 bool "Marvell DB-78x00-BP Development Board"
17 help
18 Say 'Y' here if you want your kernel to support the
19 Marvell DB-78x00-BP Development Board.
20
Lennert Buytenhek569106c2009-03-12 09:48:37 +010021config MACH_RD78X00_MASA
22 bool "Marvell RD-78x00-mASA Reference Design"
23 help
24 Say 'Y' here if you want your kernel to support the
25 Marvell RD-78x00-mASA Reference Design.
26
Sebastien Requiemc4995462010-02-23 14:51:24 +010027config MACH_TERASTATION_WXL
28 bool "Buffalo WLX (Terastation Duo) NAS"
29 help
30 Say 'Y' here if you want your kernel to support the
31 Buffalo WXL Nas.
32
Stanislav Samsonov794d15b2008-06-22 22:45:10 +020033endif