xref: /linux/arch/arm/mach-orion5x/Kconfig (revision 0eb66974c089547ed72fe4754076d3b1358b8614)
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	help
30	  Say 'Y' here if you want your kernel to support the
31	  D-Link DNS-323 platform.
32
33config 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
39config MACH_LINKSTATION_PRO
40	bool "Buffalo Linkstation Pro/Live"
41	select I2C_BOARDINFO
42	help
43	  Say 'Y' here if you want your kernel to support the
44	  Buffalo Linkstation Pro/Live platform. Both v1 and
45	  v2 devices are supported.
46
47config MACH_TS409
48	bool "QNAP TS-409"
49	help
50	  Say 'Y' here if you want your kernel to support the
51	  QNAP TS-409 platform.
52
53config MACH_WRT350N_V2
54	bool "Linksys WRT350N v2"
55	help
56	  Say 'Y' here if you want your kernel to support the
57	  Linksys WRT350N v2 platform.
58
59config MACH_TS78XX
60	bool "Technologic Systems TS-78xx"
61	help
62	  Say 'Y' here if you want your kernel to support the
63	  Technologic Systems TS-78xx platform.
64
65config MACH_MV2120
66	bool "HP Media Vault mv2120"
67	help
68	  Say 'Y' here if you want your kernel to support the
69	  HP Media Vault mv2120 or mv5100.
70
71config MACH_EDMINI_V2
72	bool "LaCie Ethernet Disk mini V2"
73	select I2C_BOARDINFO
74	help
75	  Say 'Y' here if you want your kernel to support the
76	  LaCie Ethernet Disk mini V2.
77
78config MACH_MSS2
79	bool "Maxtor Shared Storage II"
80	help
81	  Say 'Y' here if you want your kernel to support the
82	  Maxtor Shared Storage II platform.
83
84config MACH_WNR854T
85	bool "Netgear WNR854T"
86	help
87	  Say 'Y' here if you want your kernel to support the
88	  Netgear WNR854T platform.
89
90config MACH_RD88F5181L_GE
91	bool "Marvell Orion-VoIP GE Reference Design"
92	help
93	  Say 'Y' here if you want your kernel to support the
94	  Marvell Orion-VoIP GE (88F5181L) RD.
95
96config MACH_RD88F5181L_FXO
97	bool "Marvell Orion-VoIP FXO Reference Design"
98	help
99	  Say 'Y' here if you want your kernel to support the
100	  Marvell Orion-VoIP FXO (88F5181L) RD.
101
102endmenu
103
104endif
105