ARM: kirkwood: remove LaCie boards that are supported through DT
[deliverable/linux.git] / arch / arm / mach-kirkwood / Kconfig
CommitLineData
651c74c7
SB
1if ARCH_KIRKWOOD
2
3menu "Marvell Kirkwood Implementations"
4
2326f043
SH
5config KIRKWOOD_LEGACY
6 bool
7
a557dd1a
SG
8config MACH_D2NET_V2
9 bool "LaCie d2 Network v2 NAS Board"
2326f043 10 select KIRKWOOD_LEGACY
a557dd1a
SG
11 help
12 Say 'Y' here if you want your kernel to support the
13 LaCie d2 Network v2 NAS.
14
91af7bb2
LB
15config MACH_MV88F6281GTW_GE
16 bool "Marvell 88F6281 GTW GE Board"
2326f043 17 select KIRKWOOD_LEGACY
91af7bb2
LB
18 help
19 Say 'Y' here if you want your kernel to support the
20 Marvell 88F6281 GTW GE Board.
21
a557dd1a
SG
22config MACH_NET2BIG_V2
23 bool "LaCie 2Big Network v2 NAS Board"
2326f043 24 select KIRKWOOD_LEGACY
a557dd1a
SG
25 help
26 Say 'Y' here if you want your kernel to support the
27 LaCie 2Big Network v2 NAS.
28
29config MACH_NET5BIG_V2
30 bool "LaCie 5Big Network v2 NAS Board"
2326f043 31 select KIRKWOOD_LEGACY
a557dd1a
SG
32 help
33 Say 'Y' here if you want your kernel to support the
34 LaCie 5Big Network v2 NAS.
35
a557dd1a 36config MACH_OPENRD
2326f043 37 select KIRKWOOD_LEGACY
a557dd1a
SG
38 bool
39
40config MACH_OPENRD_BASE
41 bool "Marvell OpenRD Base Board"
42 select MACH_OPENRD
43 help
44 Say 'Y' here if you want your kernel to support the
45 Marvell OpenRD Base Board.
46
47config MACH_OPENRD_CLIENT
48 bool "Marvell OpenRD Client Board"
49 select MACH_OPENRD
50 help
51 Say 'Y' here if you want your kernel to support the
52 Marvell OpenRD Client Board.
53
54config MACH_OPENRD_ULTIMATE
55 bool "Marvell OpenRD Ultimate Board"
56 select MACH_OPENRD
57 help
58 Say 'Y' here if you want your kernel to support the
59 Marvell OpenRD Ultimate Board.
60
61config MACH_RD88F6192_NAS
62 bool "Marvell RD-88F6192-NAS Reference Board"
2326f043 63 select KIRKWOOD_LEGACY
a557dd1a
SG
64 help
65 Say 'Y' here if you want your kernel to support the
66 Marvell RD-88F6192-NAS Reference Board.
67
68config MACH_RD88F6281
69 bool "Marvell RD-88F6281 Reference Board"
2326f043 70 select KIRKWOOD_LEGACY
a557dd1a
SG
71 help
72 Say 'Y' here if you want your kernel to support the
73 Marvell RD-88F6281 Reference Board.
74
a557dd1a
SG
75config MACH_T5325
76 bool "HP t5325 Thin Client"
2326f043 77 select KIRKWOOD_LEGACY
d8ecb349
JH
78 help
79 Say 'Y' here if you want your kernel to support the
a557dd1a 80 HP t5325 Thin Client.
d8ecb349 81
a557dd1a
SG
82config MACH_TS219
83 bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
2326f043 84 select KIRKWOOD_LEGACY
d8f089d2
SG
85 help
86 Say 'Y' here if you want your kernel to support the
a557dd1a
SG
87 QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
88 TS-219P+ Turbo NAS devices.
89
90config MACH_TS41X
91 bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
2326f043 92 select KIRKWOOD_LEGACY
a557dd1a
SG
93 help
94 Say 'Y' here if you want your kernel to support the
95 QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
96 NAS devices.
97
98comment "Device tree entries"
d8f089d2 99
3d468b6d
JC
100config ARCH_KIRKWOOD_DT
101 bool "Marvell Kirkwood Flattened Device Tree"
ed9f30a2 102 select KIRKWOOD_CLK
2326f043
SH
103 select ORION_IRQCHIP
104 select ORION_TIMER
2c0e7ee6
AL
105 select POWER_SUPPLY
106 select POWER_RESET
107 select POWER_RESET_GPIO
c7064a05
AL
108 select REGULATOR
109 select REGULATOR_FIXED_VOLTAGE
3d468b6d
JC
110 select USE_OF
111 help
112 Say 'Y' here if you want your kernel to support the
113 Marvell Kirkwood using flattened device tree.
114
a557dd1a
SG
115config MACH_DLINK_KIRKWOOD_DT
116 bool "D-Link Kirkwood-based NAS (Flattened Device Tree)"
9b47a4fb
WT
117 select ARCH_KIRKWOOD_DT
118 help
119 Say 'Y' here if you want your kernel to support the
a557dd1a
SG
120 Kirkwood-based D-Link NASes such as DNS-320 & DNS-325,
121 using Flattened Device Tree.
122
651c74c7
SB
123endmenu
124
125endif
This page took 0.445747 seconds and 5 git commands to generate.