diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 8eea7306f29b..96a2006cb597 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -40,6 +40,9 @@ choice | |||
40 | config GUMSTIX_AM200EPD | 40 | config GUMSTIX_AM200EPD |
41 | bool "Enable AM200EPD board support" | 41 | bool "Enable AM200EPD board support" |
42 | 42 | ||
43 | config GUMSTIX_AM300EPD | ||
44 | bool "Enable AM300EPD board support" | ||
45 | |||
43 | endchoice | 46 | endchoice |
44 | 47 | ||
45 | config MACH_INTELMOTE2 | 48 | config MACH_INTELMOTE2 |
@@ -254,10 +257,24 @@ config MACH_EM_X270 | |||
254 | bool "CompuLab EM-x270 platform" | 257 | bool "CompuLab EM-x270 platform" |
255 | select PXA27x | 258 | select PXA27x |
256 | 259 | ||
260 | config MACH_EXEDA | ||
261 | bool "CompuLab eXeda platform" | ||
262 | select PXA27x | ||
263 | |||
257 | config MACH_COLIBRI | 264 | config MACH_COLIBRI |
258 | bool "Toradex Colibri PX27x" | 265 | bool "Toradex Colibri PXA270" |
259 | select PXA27x | 266 | select PXA27x |
260 | 267 | ||
268 | config MACH_COLIBRI300 | ||
269 | bool "Toradex Colibri PXA300/310" | ||
270 | select PXA3xx | ||
271 | select CPU_PXA300 | ||
272 | |||
273 | config MACH_COLIBRI320 | ||
274 | bool "Toradex Colibri PXA320" | ||
275 | select PXA3xx | ||
276 | select CPU_PXA320 | ||
277 | |||
261 | config MACH_ZYLONITE | 278 | config MACH_ZYLONITE |
262 | bool "PXA3xx Development Platform (aka Zylonite)" | 279 | bool "PXA3xx Development Platform (aka Zylonite)" |
263 | select PXA3xx | 280 | select PXA3xx |
@@ -295,8 +312,15 @@ config MACH_MAGICIAN | |||
295 | bool "Enable HTC Magician Support" | 312 | bool "Enable HTC Magician Support" |
296 | select PXA27x | 313 | select PXA27x |
297 | select IWMMXT | 314 | select IWMMXT |
315 | select PXA_SSP | ||
316 | select HAVE_PWM | ||
298 | select PXA_HAVE_BOARD_IRQS | 317 | select PXA_HAVE_BOARD_IRQS |
299 | 318 | ||
319 | config MACH_HIMALAYA | ||
320 | bool "HTC Himalaya Support" | ||
321 | select CPU_PXA26x | ||
322 | select FB_W100 | ||
323 | |||
300 | config MACH_MIOA701 | 324 | config MACH_MIOA701 |
301 | bool "Mitac Mio A701 Support" | 325 | bool "Mitac Mio A701 Support" |
302 | select PXA27x | 326 | select PXA27x |
@@ -319,6 +343,16 @@ config ARCH_PXA_PALM | |||
319 | bool "PXA based Palm PDAs" | 343 | bool "PXA based Palm PDAs" |
320 | select HAVE_PWM | 344 | select HAVE_PWM |
321 | 345 | ||
346 | config MACH_PALMT5 | ||
347 | bool "Palm Tungsten|T5" | ||
348 | default y | ||
349 | depends on ARCH_PXA_PALM | ||
350 | select PXA27x | ||
351 | select IWMMXT | ||
352 | help | ||
353 | Say Y here if you intend to run this kernel on a Palm Tungsten|T5 | ||
354 | handheld computer. | ||
355 | |||
322 | config MACH_PALMTX | 356 | config MACH_PALMTX |
323 | bool "Palm T|X" | 357 | bool "Palm T|X" |
324 | default y | 358 | default y |
@@ -339,6 +373,16 @@ config MACH_PALMZ72 | |||
339 | Say Y here if you intend to run this kernel on Palm Zire 72 | 373 | Say Y here if you intend to run this kernel on Palm Zire 72 |
340 | handheld computer. | 374 | handheld computer. |
341 | 375 | ||
376 | config MACH_PALMLD | ||
377 | bool "Palm LifeDrive" | ||
378 | default y | ||
379 | depends on ARCH_PXA_PALM | ||
380 | select PXA27x | ||
381 | select IWMMXT | ||
382 | help | ||
383 | Say Y here if you intend to run this kernel on a Palm LifeDrive | ||
384 | handheld computer. | ||
385 | |||
342 | config MACH_PCM990_BASEBOARD | 386 | config MACH_PCM990_BASEBOARD |
343 | bool "PHYTEC PCM-990 development board" | 387 | bool "PHYTEC PCM-990 development board" |
344 | select HAVE_PWM | 388 | select HAVE_PWM |
@@ -359,6 +403,18 @@ config PCM990_DISPLAY_NONE | |||
359 | 403 | ||
360 | endchoice | 404 | endchoice |
361 | 405 | ||
406 | config MACH_CSB726 | ||
407 | bool "Enable Cogent CSB726 System On a Module" | ||
408 | select PXA27x | ||
409 | select IWMMXT | ||
410 | help | ||
411 | Say Y here if you intend to run this kernel on a Cogent | ||
412 | CSB726 System On Module. | ||
413 | |||
414 | config CSB726_CSB701 | ||
415 | bool "Enable supprot for CSB701 baseboard" | ||
416 | depends on MACH_CSB726 | ||
417 | |||
362 | config PXA_EZX | 418 | config PXA_EZX |
363 | bool "Motorola EZX Platform" | 419 | bool "Motorola EZX Platform" |
364 | select PXA27x | 420 | select PXA27x |