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