bd65872f5e045826c04898aeb14fe3f248e4b0cd
[deliverable/linux.git] / arch / arm / mach-orion5x / Kconfig
1 if ARCH_ORION5X
2
3 menu "Orion Implementations"
4
5 config 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
15 config 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
22 config 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
29 config 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
36 config 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
43 config 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
49 config 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
55 config 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
63 config 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
70 config 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
77 config 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
84 config 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
90 config 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
96 config 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
102 config 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
108 config 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
116 config 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
123 config 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
130 config 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
137 config 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
143 config 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
149 config 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
155 config 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
161 config 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
167 endmenu
168
169 endif
This page took 0.052597 seconds and 4 git commands to generate.