blob: f59a8d0e08242e011ac2d6848166650aa1d057fd [file] [log] [blame]
Lennert Buytenhek9dd0b192008-03-27 14:51:41 -04001if ARCH_ORION5X
Tzachi Perelstein585cf172007-10-23 15:14:41 -04002
3menu "Orion Implementations"
4
Tzachi Perelsteine448b122007-10-23 15:14:42 -04005config MACH_DB88F5281
6 bool "Marvell Orion-2 Development Board"
7 select I2C_BOARDINFO
8 help
9 Say 'Y' here if you want your kernel to support the
10 Marvell Orion-2 (88F5281) Development Board
11
Ronen Shitrit817eb212007-10-17 14:51:34 -040012config MACH_RD88F5182
13 bool "Marvell Orion-NAS Reference Design"
14 select I2C_BOARDINFO
15 help
16 Say 'Y' here if you want your kernel to support the
17 Marvell Orion-NAS (88F5182) RD2
18
Ronen Shitrit1e780452007-10-23 15:14:42 -040019config MACH_KUROBOX_PRO
20 bool "KuroBox Pro"
21 select I2C_BOARDINFO
22 help
23 Say 'Y' here if you want your kernel to support the
24 KuroBox Pro platform.
25
Herbert Valerio Riedel555a3652007-11-12 09:05:55 +010026config MACH_DNS323
27 bool "D-Link DNS-323"
28 select I2C_BOARDINFO
29 help
30 Say 'Y' here if you want your kernel to support the
31 D-Link DNS-323 platform.
32
Byron Bradley3faf2ee2007-12-15 20:05:49 +000033config MACH_TS209
34 bool "QNAP TS-109/TS-209"
35 help
36 Say 'Y' here if you want your kernel to support the
37 QNAP TS-109/TS-209 platform.
38
Sylver Bruneau104ea072008-08-28 22:18:54 +020039config MACH_TERASTATION_PRO2
40 bool "Buffalo Terastation Pro II/Live"
41 help
42 Say 'Y' here if you want your kernel to support the
43 Buffalo Terastation Pro II/Live platform.
44
Byron Bradley87549252008-04-09 21:50:16 +010045config MACH_LINKSTATION_PRO
46 bool "Buffalo Linkstation Pro/Live"
47 select I2C_BOARDINFO
48 help
49 Say 'Y' here if you want your kernel to support the
50 Buffalo Linkstation Pro/Live platform. Both v1 and
51 v2 devices are supported.
52
Alexey Kopytko7b0a26f2008-09-25 22:47:30 +090053config MACH_LINKSTATION_MINI
54 bool "Buffalo Linkstation Mini"
55 select I2C_BOARDINFO
56 help
57 Say 'Y' here if you want your kernel to support the
58 Buffalo Linkstation Mini platform.
59
Sylver Bruneau47e9cff2008-04-26 02:35:29 +020060config MACH_TS409
61 bool "QNAP TS-409"
62 help
63 Say 'Y' here if you want your kernel to support the
64 QNAP TS-409 platform.
65
Lennert Buytenhek42452b72008-05-31 08:19:20 +020066config MACH_WRT350N_V2
67 bool "Linksys WRT350N v2"
68 help
69 Say 'Y' here if you want your kernel to support the
70 Linksys WRT350N v2 platform.
71
Alexander Clouter7171d862008-05-31 22:32:37 +010072config MACH_TS78XX
73 bool "Technologic Systems TS-78xx"
74 help
75 Say 'Y' here if you want your kernel to support the
76 Technologic Systems TS-78xx platform.
77
Martin Michlmayrb08d5af2008-04-06 14:08:17 +020078config MACH_MV2120
79 bool "HP Media Vault mv2120"
80 help
81 Say 'Y' here if you want your kernel to support the
82 HP Media Vault mv2120 or mv5100.
83
Christopher Moore0eb66972008-07-18 00:25:10 +020084config MACH_EDMINI_V2
85 bool "LaCie Ethernet Disk mini V2"
86 select I2C_BOARDINFO
87 help
88 Say 'Y' here if you want your kernel to support the
89 LaCie Ethernet Disk mini V2.
90
Sylver Bruneau7ec753c2008-06-10 01:00:38 +020091config MACH_MSS2
92 bool "Maxtor Shared Storage II"
93 help
94 Say 'Y' here if you want your kernel to support the
95 Maxtor Shared Storage II platform.
96
Imre Kaloz2f820972008-06-26 01:30:41 +020097config MACH_WNR854T
98 bool "Netgear WNR854T"
99 help
100 Say 'Y' here if you want your kernel to support the
101 Netgear WNR854T platform.
102
Lennert Buytenhek701291322008-06-30 14:25:24 -0400103config MACH_RD88F5181L_GE
104 bool "Marvell Orion-VoIP GE Reference Design"
105 help
106 Say 'Y' here if you want your kernel to support the
107 Marvell Orion-VoIP GE (88F5181L) RD.
108
Nicolas Pitre6b5cdf02008-06-27 18:56:22 -0400109config MACH_RD88F5181L_FXO
110 bool "Marvell Orion-VoIP FXO Reference Design"
111 help
112 Say 'Y' here if you want your kernel to support the
113 Marvell Orion-VoIP FXO (88F5181L) RD.
114
Lennert Buytenhek0b0740c2008-08-29 06:59:34 +0200115config MACH_RD88F6183AP_GE
116 bool "Marvell Orion-1-90 AP GE Reference Design"
117 help
118 Say 'Y' here if you want your kernel to support the
119 Marvell Orion-1-90 (88F6183) AP GE RD.
120
Tzachi Perelstein585cf172007-10-23 15:14:41 -0400121endmenu
122
123endif