diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 50bca5032b7e..d018ad4bcc3c 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -130,6 +130,63 @@ config MACH_KM_KIRKWOOD_DT | |||
130 | Say 'Y' here if you want your kernel to support the | 130 | Say 'Y' here if you want your kernel to support the |
131 | Keymile Kirkwood Reference Desgin, using Flattened Device Tree. | 131 | Keymile Kirkwood Reference Desgin, using Flattened Device Tree. |
132 | 132 | ||
133 | config MACH_INETSPACE_V2_DT | ||
134 | bool "LaCie Internet Space v2 NAS (Flattened Device Tree)" | ||
135 | select ARCH_KIRKWOOD_DT | ||
136 | help | ||
137 | Say 'Y' here if you want your kernel to support the LaCie | ||
138 | Internet Space v2 NAS, using Flattened Device Tree. | ||
139 | |||
140 | config MACH_MPLCEC4_DT | ||
141 | bool "MPL CEC4 (Flattened Device Tree)" | ||
142 | select ARCH_KIRKWOOD_DT | ||
143 | help | ||
144 | Say 'Y' here if you want your kernel to support the | ||
145 | MPL CEC4 (Flattened Device Tree). | ||
146 | |||
147 | config MACH_NETSPACE_V2_DT | ||
148 | bool "LaCie Network Space v2 NAS (Flattened Device Tree)" | ||
149 | select ARCH_KIRKWOOD_DT | ||
150 | help | ||
151 | Say 'Y' here if you want your kernel to support the LaCie | ||
152 | Network Space v2 NAS, using Flattened Device Tree. | ||
153 | |||
154 | config MACH_NETSPACE_MAX_V2_DT | ||
155 | bool "LaCie Network Space Max v2 NAS (Flattened Device Tree)" | ||
156 | select ARCH_KIRKWOOD_DT | ||
157 | help | ||
158 | Say 'Y' here if you want your kernel to support the LaCie | ||
159 | Network Space Max v2 NAS, using Flattened Device Tree. | ||
160 | |||
161 | config MACH_NETSPACE_LITE_V2_DT | ||
162 | bool "LaCie Network Space Lite v2 NAS (Flattened Device Tree)" | ||
163 | select ARCH_KIRKWOOD_DT | ||
164 | help | ||
165 | Say 'Y' here if you want your kernel to support the LaCie | ||
166 | Network Space Lite v2 NAS, using Flattened Device Tree. | ||
167 | |||
168 | config MACH_NETSPACE_MINI_V2_DT | ||
169 | bool "LaCie Network Space Mini v2 NAS (Flattened Device Tree)" | ||
170 | select ARCH_KIRKWOOD_DT | ||
171 | help | ||
172 | Say 'Y' here if you want your kernel to support the LaCie | ||
173 | Network Space Mini v2 NAS (aka SafeBox), using Flattened | ||
174 | Device Tree. | ||
175 | |||
176 | config MACH_OPENBLOCKS_A6_DT | ||
177 | bool "Plat'Home OpenBlocks A6 (Flattened Device Tree)" | ||
178 | select ARCH_KIRKWOOD_DT | ||
179 | help | ||
180 | Say 'Y' here if you want your kernel to support the | ||
181 | Plat'Home OpenBlocks A6 (Flattened Device Tree). | ||
182 | |||
183 | config MACH_TOPKICK_DT | ||
184 | bool "USI Topkick (Flattened Device Tree)" | ||
185 | select ARCH_KIRKWOOD_DT | ||
186 | help | ||
187 | Say 'Y' here if you want your kernel to support the | ||
188 | USI Topkick, using Flattened Device Tree | ||
189 | |||
133 | config MACH_TS219 | 190 | config MACH_TS219 |
134 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" | 191 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" |
135 | help | 192 | help |
@@ -216,6 +273,14 @@ config MACH_T5325 | |||
216 | Say 'Y' here if you want your kernel to support the | 273 | Say 'Y' here if you want your kernel to support the |
217 | HP t5325 Thin Client. | 274 | HP t5325 Thin Client. |
218 | 275 | ||
276 | config MACH_NSA310_DT | ||
277 | bool "ZyXEL NSA-310 (Flattened Device Tree)" | ||
278 | select ARCH_KIRKWOOD_DT | ||
279 | select ARM_ATAG_DTB_COMPAT | ||
280 | help | ||
281 | Say 'Y' here if you want your kernel to support the | ||
282 | ZyXEL NSA-310 board (Flattened Device Tree). | ||
283 | |||
219 | endmenu | 284 | endmenu |
220 | 285 | ||
221 | endif | 286 | endif |