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