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