diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index dee92182749b..38fbd0a0e402 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -115,6 +115,11 @@ config MACH_CM_X300 | |||
115 | select CPU_PXA310 | 115 | select CPU_PXA310 |
116 | select HAVE_PWM | 116 | select HAVE_PWM |
117 | 117 | ||
118 | config MACH_CAPC7117 | ||
119 | bool "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM" | ||
120 | select CPU_PXA320 | ||
121 | select PXA3xx | ||
122 | |||
118 | config ARCH_GUMSTIX | 123 | config ARCH_GUMSTIX |
119 | bool "Gumstix XScale 255 boards" | 124 | bool "Gumstix XScale 255 boards" |
120 | select PXA25x | 125 | select PXA25x |
@@ -417,6 +422,24 @@ config MACH_TREO680 | |||
417 | Say Y here if you intend to run this kernel on Palm Treo 680 | 422 | Say Y here if you intend to run this kernel on Palm Treo 680 |
418 | smartphone. | 423 | smartphone. |
419 | 424 | ||
425 | config MACH_RAUMFELD_RC | ||
426 | bool "Raumfeld Controller" | ||
427 | select PXA3xx | ||
428 | select CPU_PXA300 | ||
429 | select HAVE_PWM | ||
430 | |||
431 | config MACH_RAUMFELD_CONNECTOR | ||
432 | bool "Raumfeld Connector" | ||
433 | select PXA3xx | ||
434 | select CPU_PXA300 | ||
435 | select PXA_SSP | ||
436 | |||
437 | config MACH_RAUMFELD_SPEAKER | ||
438 | bool "Raumfeld Speaker" | ||
439 | select PXA3xx | ||
440 | select CPU_PXA300 | ||
441 | select PXA_SSP | ||
442 | |||
420 | config PXA_SHARPSL | 443 | config PXA_SHARPSL |
421 | bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models" | 444 | bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models" |
422 | select SHARP_SCOOP | 445 | select SHARP_SCOOP |
@@ -435,6 +458,7 @@ config SHARPSL_PM | |||
435 | config CORGI_SSP_DEPRECATED | 458 | config CORGI_SSP_DEPRECATED |
436 | bool | 459 | bool |
437 | select PXA_SSP | 460 | select PXA_SSP |
461 | select PXA_SSP_LEGACY | ||
438 | help | 462 | help |
439 | This option will include corgi_ssp.c and corgi_lcd.c | 463 | This option will include corgi_ssp.c and corgi_lcd.c |
440 | that corgi_ts.c and other legacy drivers (corgi_bl.c | 464 | that corgi_ts.c and other legacy drivers (corgi_bl.c |
@@ -446,6 +470,7 @@ config MACH_POODLE | |||
446 | select PXA25x | 470 | select PXA25x |
447 | select SHARP_LOCOMO | 471 | select SHARP_LOCOMO |
448 | select PXA_SSP | 472 | select PXA_SSP |
473 | select PXA_HAVE_BOARD_IRQS | ||
449 | 474 | ||
450 | config MACH_CORGI | 475 | config MACH_CORGI |
451 | bool "Enable Sharp SL-C700 (Corgi) Support" | 476 | bool "Enable Sharp SL-C700 (Corgi) Support" |
@@ -492,6 +517,11 @@ config MACH_TOSA | |||
492 | select PXA25x | 517 | select PXA25x |
493 | select PXA_HAVE_BOARD_IRQS | 518 | select PXA_HAVE_BOARD_IRQS |
494 | 519 | ||
520 | config MACH_ICONTROL | ||
521 | bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM" | ||
522 | select CPU_PXA320 | ||
523 | select PXA3xx | ||
524 | |||
495 | config ARCH_PXA_ESERIES | 525 | config ARCH_PXA_ESERIES |
496 | bool "PXA based Toshiba e-series PDAs" | 526 | bool "PXA based Toshiba e-series PDAs" |
497 | select PXA25x | 527 | select PXA25x |
@@ -629,6 +659,11 @@ config PXA_SSP | |||
629 | help | 659 | help |
630 | Enable support for PXA2xx SSP ports | 660 | Enable support for PXA2xx SSP ports |
631 | 661 | ||
662 | config PXA_SSP_LEGACY | ||
663 | bool | ||
664 | help | ||
665 | Support of legacy SSP API | ||
666 | |||
632 | config TOSA_BT | 667 | config TOSA_BT |
633 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" | 668 | tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" |
634 | depends on MACH_TOSA | 669 | depends on MACH_TOSA |