xref: /linux/arch/arm/mach-orion5x/Kconfig (revision f9cd49033b349b8be3bb1f01b39eed837853d880)
1if ARCH_ORION5X
2
3menu "Orion Implementations"
4
5config 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
12config 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
19config 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
26config MACH_DNS323
27	bool "D-Link DNS-323"
28	select I2C_BOARDINFO
29	select PHYLIB
30	help
31	  Say 'Y' here if you want your kernel to support the
32	  D-Link DNS-323 platform.
33
34config MACH_TS209
35	bool "QNAP TS-109/TS-209"
36	help
37	  Say 'Y' here if you want your kernel to support the
38	  QNAP TS-109/TS-209 platform.
39
40config MACH_TERASTATION_PRO2
41	bool "Buffalo Terastation Pro II/Live"
42	help
43	  Say 'Y' here if you want your kernel to support the
44	  Buffalo Terastation Pro II/Live platform.
45
46config MACH_LINKSTATION_PRO
47	bool "Buffalo Linkstation Pro/Live"
48	select I2C_BOARDINFO
49	help
50	  Say 'Y' here if you want your kernel to support the
51	  Buffalo Linkstation Pro/Live platform. Both v1 and
52	  v2 devices are supported.
53
54config MACH_LINKSTATION_LSCHL
55	bool "Buffalo Linkstation Live v3 (LS-CHL)"
56	select I2C_BOARDINFO
57	help
58	  Say 'Y' here if you want your kernel to support the
59	  Buffalo Linkstation Live v3 (LS-CHL) platform.
60
61config MACH_LINKSTATION_MINI
62	bool "Buffalo Linkstation Mini"
63	select I2C_BOARDINFO
64	help
65	  Say 'Y' here if you want your kernel to support the
66	  Buffalo Linkstation Mini platform.
67
68config MACH_LINKSTATION_LS_HGL
69	bool "Buffalo Linkstation LS-HGL"
70	select I2C_BOARDINFO
71	help
72	  Say 'Y' here if you want your kernel to support the
73	  Buffalo Linkstation LS-HGL platform.
74
75config MACH_TS409
76	bool "QNAP TS-409"
77	help
78	  Say 'Y' here if you want your kernel to support the
79	  QNAP TS-409 platform.
80
81config MACH_WRT350N_V2
82	bool "Linksys WRT350N v2"
83	help
84	  Say 'Y' here if you want your kernel to support the
85	  Linksys WRT350N v2 platform.
86
87config MACH_TS78XX
88	bool "Technologic Systems TS-78xx"
89	help
90	  Say 'Y' here if you want your kernel to support the
91	  Technologic Systems TS-78xx platform.
92
93config MACH_MV2120
94	bool "HP Media Vault mv2120"
95	help
96	  Say 'Y' here if you want your kernel to support the
97	  HP Media Vault mv2120 or mv5100.
98
99config MACH_EDMINI_V2
100	bool "LaCie Ethernet Disk mini V2"
101	select I2C_BOARDINFO
102	help
103	  Say 'Y' here if you want your kernel to support the
104	  LaCie Ethernet Disk mini V2.
105
106config MACH_D2NET
107	bool "LaCie d2 Network"
108	select I2C_BOARDINFO
109	help
110	  Say 'Y' here if you want your kernel to support the
111	  LaCie d2 Network NAS.
112
113config MACH_BIGDISK
114	bool "LaCie Big Disk Network"
115	select I2C_BOARDINFO
116	help
117	  Say 'Y' here if you want your kernel to support the
118	  LaCie Big Disk Network NAS.
119
120config MACH_NET2BIG
121	bool "LaCie 2Big Network"
122	select I2C_BOARDINFO
123	help
124	  Say 'Y' here if you want your kernel to support the
125	  LaCie 2Big Network NAS.
126
127config MACH_MSS2
128	bool "Maxtor Shared Storage II"
129	help
130	  Say 'Y' here if you want your kernel to support the
131	  Maxtor Shared Storage II platform.
132
133config MACH_WNR854T
134	bool "Netgear WNR854T"
135	help
136	  Say 'Y' here if you want your kernel to support the
137	  Netgear WNR854T platform.
138
139config MACH_RD88F5181L_GE
140	bool "Marvell Orion-VoIP GE Reference Design"
141	help
142	  Say 'Y' here if you want your kernel to support the
143	  Marvell Orion-VoIP GE (88F5181L) RD.
144
145config MACH_RD88F5181L_FXO
146	bool "Marvell Orion-VoIP FXO Reference Design"
147	help
148	  Say 'Y' here if you want your kernel to support the
149	  Marvell Orion-VoIP FXO (88F5181L) RD.
150
151config MACH_RD88F6183AP_GE
152	bool "Marvell Orion-1-90 AP GE Reference Design"
153	help
154	  Say 'Y' here if you want your kernel to support the
155	  Marvell Orion-1-90 (88F6183) AP GE RD.
156
157endmenu
158
159endif
160