diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 48 |
1 files changed, 10 insertions, 38 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 01d23e5717ae..faa2c3f6c1af 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -20,14 +20,17 @@ endmenu | |||
20 | 20 | ||
21 | endif | 21 | endif |
22 | 22 | ||
23 | menu "Select target boards" | ||
24 | |||
25 | config ARCH_GUMSTIX | 23 | config ARCH_GUMSTIX |
26 | bool "Gumstix XScale boards" | 24 | bool "Gumstix XScale boards" |
27 | help | 25 | help |
28 | Say Y here if you intend to run this kernel on a | 26 | Say Y here if you intend to run this kernel on a |
29 | Gumstix Full Function Minature Computer. | 27 | Gumstix Full Function Minature Computer. |
30 | 28 | ||
29 | config MACH_GUMSTIX_F | ||
30 | bool "Basix, Connex, ws-200ax, ws-400ax systems" | ||
31 | depends on ARCH_GUMSTIX | ||
32 | select PXA25x | ||
33 | |||
31 | config ARCH_LUBBOCK | 34 | config ARCH_LUBBOCK |
32 | bool "Intel DBPXA250 Development Platform" | 35 | bool "Intel DBPXA250 Development Platform" |
33 | select PXA25x | 36 | select PXA25x |
@@ -157,6 +160,10 @@ config MACH_TRIZEPS4 | |||
157 | bool "Keith und Koep Trizeps4 DIMM-Module" | 160 | bool "Keith und Koep Trizeps4 DIMM-Module" |
158 | select PXA27x | 161 | select PXA27x |
159 | 162 | ||
163 | config MACH_TRIZEPS4_CONXS | ||
164 | bool "ConXS Eval Board" | ||
165 | depends on MACH_TRIZEPS4 | ||
166 | |||
160 | config MACH_EM_X270 | 167 | config MACH_EM_X270 |
161 | bool "CompuLab EM-x270 platform" | 168 | bool "CompuLab EM-x270 platform" |
162 | select PXA27x | 169 | select PXA27x |
@@ -192,17 +199,10 @@ config MACH_PCM027 | |||
192 | select IWMMXT | 199 | select IWMMXT |
193 | select PXA_SSP | 200 | select PXA_SSP |
194 | 201 | ||
195 | endmenu | ||
196 | |||
197 | choice | ||
198 | prompt "Used baseboard" | ||
199 | depends on MACH_PCM027 | ||
200 | |||
201 | config MACH_PCM990_BASEBOARD | 202 | config MACH_PCM990_BASEBOARD |
202 | bool "PHYTEC PCM-990 development board" | 203 | bool "PHYTEC PCM-990 development board" |
203 | select HAVE_PWM | 204 | select HAVE_PWM |
204 | 205 | depends on MACH_PCM027 | |
205 | endchoice | ||
206 | 206 | ||
207 | choice | 207 | choice |
208 | prompt "display on pcm990" | 208 | prompt "display on pcm990" |
@@ -219,34 +219,6 @@ config PCM990_DISPLAY_NONE | |||
219 | 219 | ||
220 | endchoice | 220 | endchoice |
221 | 221 | ||
222 | if ARCH_GUMSTIX | ||
223 | |||
224 | choice | ||
225 | prompt "Select target Gumstix board" | ||
226 | |||
227 | config MACH_GUMSTIX_F | ||
228 | bool "Basix, Connex, ws-200ax, ws-400ax systems" | ||
229 | select PXA25x | ||
230 | |||
231 | endchoice | ||
232 | |||
233 | endif | ||
234 | |||
235 | |||
236 | if MACH_TRIZEPS4 | ||
237 | |||
238 | choice | ||
239 | prompt "Select base board for Trizeps 4 module" | ||
240 | |||
241 | config MACH_TRIZEPS4_CONXS | ||
242 | bool "ConXS Eval Board" | ||
243 | |||
244 | config MACH_TRIZEPS4_ANY | ||
245 | bool "another Board" | ||
246 | |||
247 | endchoice | ||
248 | |||
249 | endif | ||
250 | 222 | ||
251 | endmenu | 223 | endmenu |
252 | 224 | ||