diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 19:00:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 19:00:54 -0500 |
commit | dca1d9f6d7ae428c193f32bd3e9a4ca13176648b (patch) | |
tree | 02de8c3503c1c811754423d2fa3f3b4978044f6e /arch/arm/mach-pxa/Kconfig | |
parent | 9ff99339447de403a46be5e3f23d0c794d540b06 (diff) | |
parent | 91e013827c0bcbb187ecf02213c5446b6f62d445 (diff) |
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (370 commits)
ARM: S3C2443: Add set_rate and round_rate calls for armdiv clock
ARM: S3C2443: Remove #if 0 for clk_mpll
ARM: S3C2443: Update notes on MPLLREF clock
ARM: S3C2443: Further clksrc-clk conversions
ARM: S3C2443: Change to using plat-samsung clksrc-clk implementation
USB: Fix s3c-hsotg build following Samsung platform header moves
ARM: S3C64XX: Reintroduce unconditional build of audio device
ARM: 5961/1: ux500: fix CLKRST addresses
ARM: 5977/1: arm: Enable backtrace printing on oops when PC is corrupted
ASoC: Fix S3C64xx IIS driver for Samsung header reorg
ARM: S3C2440: Fix plat-s3c24xx move of s3c2440/s3c2442 support
[ARM] pxa: fix typo in mxm8x10.h
[ARM] pxa/raumfeld: set GPIO drive bits for LED pins
[ARM] pxa/zeus: Add support for mcp2515 CAN bus
[ARM] pxa/zeus: Add support for onboard max6369 watchdog
[ARM] pxa/zeus: Add Eurotech as the manufacturer
[ARM] pxa/zeus: Correct the USB host initialisation flags
[ARM] pxa/zeus: Allow usage of 8250-compatible UART in uncompress
[ARM] pxa: refactor uncompress.h for non-PXA uarts
[ARM] mmp2: fix incorrect calling of chip->mask_ack() for 2nd level cascaded IRQs
...
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 |