diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 8eea7306f29b..ffd28e48d75f 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -254,6 +254,10 @@ config MACH_EM_X270 | |||
254 | bool "CompuLab EM-x270 platform" | 254 | bool "CompuLab EM-x270 platform" |
255 | select PXA27x | 255 | select PXA27x |
256 | 256 | ||
257 | config MACH_EXEDA | ||
258 | bool "CompuLab eXeda platform" | ||
259 | select PXA27x | ||
260 | |||
257 | config MACH_COLIBRI | 261 | config MACH_COLIBRI |
258 | bool "Toradex Colibri PX27x" | 262 | bool "Toradex Colibri PX27x" |
259 | select PXA27x | 263 | select PXA27x |
@@ -295,6 +299,7 @@ config MACH_MAGICIAN | |||
295 | bool "Enable HTC Magician Support" | 299 | bool "Enable HTC Magician Support" |
296 | select PXA27x | 300 | select PXA27x |
297 | select IWMMXT | 301 | select IWMMXT |
302 | select HAVE_PWM | ||
298 | select PXA_HAVE_BOARD_IRQS | 303 | select PXA_HAVE_BOARD_IRQS |
299 | 304 | ||
300 | config MACH_MIOA701 | 305 | config MACH_MIOA701 |
@@ -319,6 +324,16 @@ config ARCH_PXA_PALM | |||
319 | bool "PXA based Palm PDAs" | 324 | bool "PXA based Palm PDAs" |
320 | select HAVE_PWM | 325 | select HAVE_PWM |
321 | 326 | ||
327 | config MACH_PALMT5 | ||
328 | bool "Palm Tungsten|T5" | ||
329 | default y | ||
330 | depends on ARCH_PXA_PALM | ||
331 | select PXA27x | ||
332 | select IWMMXT | ||
333 | help | ||
334 | Say Y here if you intend to run this kernel on a Palm Tungsten|T5 | ||
335 | handheld computer. | ||
336 | |||
322 | config MACH_PALMTX | 337 | config MACH_PALMTX |
323 | bool "Palm T|X" | 338 | bool "Palm T|X" |
324 | default y | 339 | default y |
@@ -339,6 +354,16 @@ config MACH_PALMZ72 | |||
339 | Say Y here if you intend to run this kernel on Palm Zire 72 | 354 | Say Y here if you intend to run this kernel on Palm Zire 72 |
340 | handheld computer. | 355 | handheld computer. |
341 | 356 | ||
357 | config MACH_PALMLD | ||
358 | bool "Palm LifeDrive" | ||
359 | default y | ||
360 | depends on ARCH_PXA_PALM | ||
361 | select PXA27x | ||
362 | select IWMMXT | ||
363 | help | ||
364 | Say Y here if you intend to run this kernel on a Palm LifeDrive | ||
365 | handheld computer. | ||
366 | |||
342 | config MACH_PCM990_BASEBOARD | 367 | config MACH_PCM990_BASEBOARD |
343 | bool "PHYTEC PCM-990 development board" | 368 | bool "PHYTEC PCM-990 development board" |
344 | select HAVE_PWM | 369 | select HAVE_PWM |