]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-mv78xx0/Kconfig
Merge branches 'dt/next' and 'dt/linus' into for-next
[karo-tx-linux.git] / arch / arm / mach-mv78xx0 / Kconfig
1 menuconfig ARCH_MV78XX0
2         bool "Marvell MV78xx0" if ARCH_MULTI_V5
3         select ARCH_REQUIRE_GPIOLIB
4         select CPU_FEROCEON
5         select MVEBU_MBUS
6         select PCI
7         select PLAT_ORION_LEGACY
8         help
9           Support for the following Marvell MV78xx0 series SoCs:
10           MV781x0, MV782x0.
11
12 if ARCH_MV78XX0
13
14 config MACH_DB78X00_BP
15         bool "Marvell DB-78x00-BP Development Board"
16         help
17           Say 'Y' here if you want your kernel to support the
18           Marvell DB-78x00-BP Development Board.
19
20 config MACH_RD78X00_MASA
21         bool "Marvell RD-78x00-mASA Reference Design"
22         help
23           Say 'Y' here if you want your kernel to support the
24           Marvell RD-78x00-mASA Reference Design.
25
26 config MACH_TERASTATION_WXL
27         bool "Buffalo WLX (Terastation Duo) NAS"
28         help
29           Say 'Y' here if you want your kernel to support the
30           Buffalo WXL Nas.
31
32 endif