blob: 05a85526d6d5f4788057ab9bdaf521911c937518 [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
Martin Michlmayr586dcf22009-03-22 15:22:11 +010047config MACH_TS219
Martin Michlmayr287989c2009-11-05 18:15:31 +000048 bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS"
Martin Michlmayr586dcf22009-03-22 15:22:11 +010049 help
50 Say 'Y' here if you want your kernel to support the
Martin Michlmayr287989c2009-11-05 18:15:31 +000051 QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS
52 devices.
Martin Michlmayr586dcf22009-03-22 15:22:11 +010053
Martin Michlmayrf3a131b2009-11-05 17:45:32 +000054config MACH_TS41X
55 bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS"
56 help
57 Say 'Y' here if you want your kernel to support the
58 QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS
59 devices.
60
Alexander Clouterb2fdb562010-01-18 23:38:19 +000061config MACH_OPENRD
62 bool
63
Dhaval Vasa7eeae542009-08-10 17:37:34 +053064config MACH_OPENRD_BASE
65 bool "Marvell OpenRD Base Board"
Alexander Clouterb2fdb562010-01-18 23:38:19 +000066 select MACH_OPENRD
Dhaval Vasa7eeae542009-08-10 17:37:34 +053067 help
68 Say 'Y' here if you want your kernel to support the
69 Marvell OpenRD Base Board.
70
Alexander Clouterb2fdb562010-01-18 23:38:19 +000071config MACH_OPENRD_CLIENT
72 bool "Marvell OpenRD Client Board"
73 select MACH_OPENRD
74 help
75 Say 'Y' here if you want your kernel to support the
76 Marvell OpenRD Client Board.
77
Simon Guinot1cb9f9b2009-12-09 01:43:49 +010078config MACH_NETSPACE_V2
79 bool "LaCie Network Space v2 NAS Board"
80 help
81 Say 'Y' here if you want your kernel to support the
82 LaCie Network Space v2 NAS.
83
Simon Guinotca9cea92010-02-09 21:20:55 +010084config MACH_INETSPACE_V2
85 bool "LaCie Internet Space v2 NAS Board"
86 help
87 Say 'Y' here if you want your kernel to support the
88 LaCie Internet Space v2 NAS.
89
Saeed Bishara651c74c2008-06-22 22:45:06 +020090endmenu
91
92endif