arm: orion5x: basic Device Tree support
[cascardo/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         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
107         bool "LaCie Ethernet Disk mini V2"
108         select I2C_BOARDINFO
109         help
110           Say 'Y' here if you want your kernel to support the
111           LaCie Ethernet Disk mini V2.
112
113 config MACH_D2NET
114         bool "LaCie d2 Network"
115         select I2C_BOARDINFO
116         help
117           Say 'Y' here if you want your kernel to support the
118           LaCie d2 Network NAS.
119
120 config MACH_BIGDISK
121         bool "LaCie Big Disk Network"
122         select I2C_BOARDINFO
123         help
124           Say 'Y' here if you want your kernel to support the
125           LaCie Big Disk Network NAS.
126
127 config MACH_NET2BIG
128         bool "LaCie 2Big Network"
129         select I2C_BOARDINFO
130         help
131           Say 'Y' here if you want your kernel to support the
132           LaCie 2Big Network NAS.
133
134 config MACH_MSS2
135         bool "Maxtor Shared Storage II"
136         help
137           Say 'Y' here if you want your kernel to support the
138           Maxtor Shared Storage II platform.
139
140 config MACH_WNR854T
141         bool "Netgear WNR854T"
142         help
143           Say 'Y' here if you want your kernel to support the
144           Netgear WNR854T platform.
145
146 config MACH_RD88F5181L_GE
147         bool "Marvell Orion-VoIP GE Reference Design"
148         help
149           Say 'Y' here if you want your kernel to support the
150           Marvell Orion-VoIP GE (88F5181L) RD.
151
152 config MACH_RD88F5181L_FXO
153         bool "Marvell Orion-VoIP FXO Reference Design"
154         help
155           Say 'Y' here if you want your kernel to support the
156           Marvell Orion-VoIP FXO (88F5181L) RD.
157
158 config MACH_RD88F6183AP_GE
159         bool "Marvell Orion-1-90 AP GE Reference Design"
160         help
161           Say 'Y' here if you want your kernel to support the
162           Marvell Orion-1-90 (88F6183) AP GE RD.
163
164 endmenu
165
166 endif