1if ARCH_ORION5X
2
3menu "Orion Implementations"
4
5config ARCH_ORION5X_DT
6	bool "Marvell Orion5x Flattened Device Tree"
7	select USE_OF
8	select ORION_CLK
9	select ORION_IRQCHIP
10	select ORION_TIMER
11	select PINCTRL
12	select PINCTRL_ORION
13	help
14	  Say 'Y' here if you want your kernel to support the
15	  Marvell Orion5x using flattened device tree.
16
17config MACH_DB88F5281
18	bool "Marvell Orion-2 Development Board"
19	select I2C_BOARDINFO
20	help
21	  Say 'Y' here if you want your kernel to support the
22	  Marvell Orion-2 (88F5281) Development Board
23
24config MACH_RD88F5182
25	bool "Marvell Orion-NAS Reference Design"
26	select I2C_BOARDINFO
27	help
28	  Say 'Y' here if you want your kernel to support the
29	  Marvell Orion-NAS (88F5182) RD2
30
31config MACH_RD88F5182_DT
32	bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)"
33	select ARCH_ORION5X_DT
34	select I2C_BOARDINFO
35	help
36	  Say 'Y' here if you want your kernel to support the Marvell
37	  Orion-NAS (88F5182) RD2, Flattened Device Tree.
38
39config MACH_KUROBOX_PRO
40	bool "KuroBox Pro"
41	select I2C_BOARDINFO
42	help
43	  Say 'Y' here if you want your kernel to support the
44	  KuroBox Pro platform.
45
46config MACH_DNS323
47	bool "D-Link DNS-323"
48	select GENERIC_NET_UTILS
49	select I2C_BOARDINFO
50	help
51	  Say 'Y' here if you want your kernel to support the
52	  D-Link DNS-323 platform.
53
54config MACH_TS209
55	bool "QNAP TS-109/TS-209"
56	select GENERIC_NET_UTILS
57	help
58	  Say 'Y' here if you want your kernel to support the
59	  QNAP TS-109/TS-209 platform.
60
61config MACH_TERASTATION_PRO2
62	bool "Buffalo Terastation Pro II/Live"
63	help
64	  Say 'Y' here if you want your kernel to support the
65	  Buffalo Terastation Pro II/Live platform.
66
67config MACH_LINKSTATION_PRO
68	bool "Buffalo Linkstation Pro/Live"
69	select I2C_BOARDINFO
70	help
71	  Say 'Y' here if you want your kernel to support the
72	  Buffalo Linkstation Pro/Live platform. Both v1 and
73	  v2 devices are supported.
74
75config MACH_LINKSTATION_LSCHL
76	bool "Buffalo Linkstation Live v3 (LS-CHL)"
77	select I2C_BOARDINFO
78	help
79	  Say 'Y' here if you want your kernel to support the
80	  Buffalo Linkstation Live v3 (LS-CHL) platform.
81
82config MACH_LINKSTATION_MINI
83	bool "Buffalo Linkstation Mini (Flattened Device Tree)"
84	select ARCH_ORION5X_DT
85	help
86	  Say 'Y' here if you want your kernel to support the
87	  Buffalo Linkstation Mini (LS-WSGL) platform.
88
89config MACH_LINKSTATION_LS_HGL
90	bool "Buffalo Linkstation LS-HGL"
91	select I2C_BOARDINFO
92	help
93	  Say 'Y' here if you want your kernel to support the
94	  Buffalo Linkstation LS-HGL platform.
95
96config MACH_TS409
97	bool "QNAP TS-409"
98	select GENERIC_NET_UTILS
99	help
100	  Say 'Y' here if you want your kernel to support the
101	  QNAP TS-409 platform.
102
103config MACH_WRT350N_V2
104	bool "Linksys WRT350N v2"
105	help
106	  Say 'Y' here if you want your kernel to support the
107	  Linksys WRT350N v2 platform.
108
109config MACH_TS78XX
110	bool "Technologic Systems TS-78xx"
111	help
112	  Say 'Y' here if you want your kernel to support the
113	  Technologic Systems TS-78xx platform.
114
115config MACH_MV2120
116	bool "HP Media Vault mv2120"
117	help
118	  Say 'Y' here if you want your kernel to support the
119	  HP Media Vault mv2120 or mv5100.
120
121config MACH_D2NET_DT
122	bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)"
123	select ARCH_ORION5X_DT
124	help
125	  Say 'Y' here if you want your kernel to support the
126	  LaCie d2 Network NAS.
127
128config MACH_NET2BIG
129	bool "LaCie 2Big Network"
130	select I2C_BOARDINFO
131	help
132	  Say 'Y' here if you want your kernel to support the
133	  LaCie 2Big Network NAS.
134
135config MACH_MSS2_DT
136	bool "Maxtor Shared Storage II (Flattened Device Tree)"
137	select ARCH_ORION5X_DT
138	help
139	  Say 'Y' here if you want your kernel to support the
140	  Maxtor Shared Storage II platform.
141
142config MACH_WNR854T
143	bool "Netgear WNR854T"
144	help
145	  Say 'Y' here if you want your kernel to support the
146	  Netgear WNR854T platform.
147
148config MACH_RD88F5181L_GE
149	bool "Marvell Orion-VoIP GE Reference Design"
150	help
151	  Say 'Y' here if you want your kernel to support the
152	  Marvell Orion-VoIP GE (88F5181L) RD.
153
154config MACH_RD88F5181L_FXO
155	bool "Marvell Orion-VoIP FXO Reference Design"
156	help
157	  Say 'Y' here if you want your kernel to support the
158	  Marvell Orion-VoIP FXO (88F5181L) RD.
159
160config MACH_RD88F6183AP_GE
161	bool "Marvell Orion-1-90 AP GE Reference Design"
162	help
163	  Say 'Y' here if you want your kernel to support the
164	  Marvell Orion-1-90 (88F6183) AP GE RD.
165
166endmenu
167
168endif
169