blob: 636778e7c526a5d70728350f86bfcbc1811deb4a [file] [log] [blame]
Saeed Bishara651c74c2008-06-22 22:45:06 +02001if ARCH_KIRKWOOD
2
3menu "Marvell Kirkwood Implementations"
4
5config MACH_DB88F6281_BP
6 bool "Marvell DB-88F6281-BP Development Board"
7 help
8 Say 'Y' here if you want your kernel to support the
9 Marvell DB-88F6281-BP Development Board.
10
11config MACH_RD88F6192_NAS
12 bool "Marvell RD-88F6192-NAS Reference Board"
13 help
14 Say 'Y' here if you want your kernel to support the
15 Marvell RD-88F6192-NAS Reference Board.
16
17config MACH_RD88F6281
18 bool "Marvell RD-88F6281 Reference Board"
19 help
20 Say 'Y' here if you want your kernel to support the
21 Marvell RD-88F6281 Reference Board.
22
Lennert Buytenhek91af7bb2008-10-19 02:38:25 +020023config MACH_MV88F6281GTW_GE
24 bool "Marvell 88F6281 GTW GE Board"
25 help
26 Say 'Y' here if you want your kernel to support the
27 Marvell 88F6281 GTW GE Board.
28
Shadi Ammouri4640fa62009-02-24 15:26:23 -050029config MACH_SHEEVAPLUG
30 bool "Marvell SheevaPlug Reference Board"
31 help
32 Say 'Y' here if you want your kernel to support the
33 Marvell SheevaPlug Reference Board.
34
John Hollandd8ecb342010-02-19 23:10:58 +010035config MACH_ESATA_SHEEVAPLUG
36 bool "Marvell eSATA SheevaPlug Reference Board"
37 help
38 Say 'Y' here if you want your kernel to support the
39 Marvell eSATA SheevaPlug Reference Board.
40
Siddarth Gored8f089d2010-03-22 02:28:20 -070041config MACH_GURUPLUG
42 bool "Marvell GuruPlug Reference Board"
43 help
44 Say 'Y' here if you want your kernel to support the
45 Marvell GuruPlug Reference Board.
46
Jason Cooper3d468b62012-02-27 16:07:13 +000047config ARCH_KIRKWOOD_DT
48 bool "Marvell Kirkwood Flattened Device Tree"
49 select USE_OF
50 help
51 Say 'Y' here if you want your kernel to support the
52 Marvell Kirkwood using flattened device tree.
53
54config MACH_DREAMPLUG_DT
55 bool "Marvell DreamPlug (Flattened Device Tree)"
56 select ARCH_KIRKWOOD_DT
57 help
58 Say 'Y' here if you want your kernel to support the
59 Marvell DreamPlug (Flattened Device Tree).
60
Jamie Lentin9007d102012-04-18 11:06:40 +010061config MACH_DLINK_KIRKWOOD_DT
62 bool "D-Link Kirkwood-based NAS (Flattened Device Tree)"
63 select ARCH_KIRKWOOD_DT
64 help
65 Say 'Y' here if you want your kernel to support the
66 Kirkwood-based D-Link NASes such as DNS-320 & DNS-325,
67 using Flattened Device Tree.
68
Martin Michlmayr586dcf22009-03-22 15:22:11 +010069config MACH_TS219
Martin Michlmayrce56d162010-12-06 21:53:16 +000070 bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
Martin Michlmayr586dcf22009-03-22 15:22:11 +010071 help
72 Say 'Y' here if you want your kernel to support the
Martin Michlmayrce56d162010-12-06 21:53:16 +000073 QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
74 TS-219P+ Turbo NAS devices.
Martin Michlmayr586dcf22009-03-22 15:22:11 +010075
Martin Michlmayrf3a131b2009-11-05 17:45:32 +000076config MACH_TS41X
Martin Michlmayrce56d162010-12-06 21:53:16 +000077 bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
Martin Michlmayrf3a131b2009-11-05 17:45:32 +000078 help
79 Say 'Y' here if you want your kernel to support the
Martin Michlmayrce56d162010-12-06 21:53:16 +000080 QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
81 NAS devices.
Martin Michlmayrf3a131b2009-11-05 17:45:32 +000082
Eric Cooper70940642010-09-15 10:49:41 -040083config MACH_DOCKSTAR
84 bool "Seagate FreeAgent DockStar"
85 help
86 Say 'Y' here if you want your kernel to support the
87 Seagate FreeAgent DockStar.
88
Alexander Clouterb2fdb562010-01-18 23:38:19 +000089config MACH_OPENRD
90 bool
91
Dhaval Vasa7eeae542009-08-10 17:37:34 +053092config MACH_OPENRD_BASE
93 bool "Marvell OpenRD Base Board"
Alexander Clouterb2fdb562010-01-18 23:38:19 +000094 select MACH_OPENRD
Dhaval Vasa7eeae542009-08-10 17:37:34 +053095 help
96 Say 'Y' here if you want your kernel to support the
97 Marvell OpenRD Base Board.
98
Alexander Clouterb2fdb562010-01-18 23:38:19 +000099config MACH_OPENRD_CLIENT
100 bool "Marvell OpenRD Client Board"
101 select MACH_OPENRD
102 help
103 Say 'Y' here if you want your kernel to support the
104 Marvell OpenRD Client Board.
105
Dmytro Milinevskyy43b56072010-06-10 22:12:55 +0300106config MACH_OPENRD_ULTIMATE
107 bool "Marvell OpenRD Ultimate Board"
108 select MACH_OPENRD
109 help
110 Say 'Y' here if you want your kernel to support the
111 Marvell OpenRD Ultimate Board.
112
Simon Guinot1cb9f9b2009-12-09 01:43:49 +0100113config MACH_NETSPACE_V2
114 bool "LaCie Network Space v2 NAS Board"
115 help
116 Say 'Y' here if you want your kernel to support the
117 LaCie Network Space v2 NAS.
118
Simon Guinotca9cea92010-02-09 21:20:55 +0100119config MACH_INETSPACE_V2
120 bool "LaCie Internet Space v2 NAS Board"
121 help
122 Say 'Y' here if you want your kernel to support the
123 LaCie Internet Space v2 NAS.
124
Simon Guinotb6a044f2010-07-05 12:31:04 +0200125config MACH_NETSPACE_MAX_V2
126 bool "LaCie Network Space Max v2 NAS Board"
127 help
128 Say 'Y' here if you want your kernel to support the
129 LaCie Network Space Max v2 NAS.
130
Simon Guinot84712e92010-09-19 15:33:58 +0200131config MACH_D2NET_V2
132 bool "LaCie d2 Network v2 NAS Board"
133 help
134 Say 'Y' here if you want your kernel to support the
135 LaCie d2 Network v2 NAS.
136
Simon Guinot2a494562010-02-03 01:41:09 +0100137config MACH_NET2BIG_V2
138 bool "LaCie 2Big Network v2 NAS Board"
139 help
140 Say 'Y' here if you want your kernel to support the
141 LaCie 2Big Network v2 NAS.
142
Simon Guinot3e05ec12010-01-04 20:20:07 +0100143config MACH_NET5BIG_V2
144 bool "LaCie 5Big Network v2 NAS Board"
145 help
146 Say 'Y' here if you want your kernel to support the
147 LaCie 5Big Network v2 NAS.
148
Martin Michlmayrb529ee42010-06-13 20:00:16 +0100149config MACH_T5325
150 bool "HP t5325 Thin Client"
151 help
152 Say 'Y' here if you want your kernel to support the
153 HP t5325 Thin Client.
154
Saeed Bishara651c74c2008-06-22 22:45:06 +0200155endmenu
156
157endif