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