diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index df39d20f7425..5021db2217ed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -356,7 +356,7 @@ config ARCH_IXP4XX | |||
356 | select GENERIC_GPIO | 356 | select GENERIC_GPIO |
357 | select GENERIC_TIME | 357 | select GENERIC_TIME |
358 | select GENERIC_CLOCKEVENTS | 358 | select GENERIC_CLOCKEVENTS |
359 | select ZONE_DMA if PCI | 359 | select DMABOUNCE if PCI |
360 | help | 360 | help |
361 | Support for Intel's IXP4XX (XScale) family of processors. | 361 | Support for Intel's IXP4XX (XScale) family of processors. |
362 | 362 | ||
@@ -540,16 +540,15 @@ config ARCH_OMAP | |||
540 | help | 540 | help |
541 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 541 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
542 | 542 | ||
543 | config ARCH_MSM7X00A | 543 | config ARCH_MSM |
544 | bool "Qualcomm MSM7X00A" | 544 | bool "Qualcomm MSM" |
545 | select GENERIC_TIME | 545 | select GENERIC_TIME |
546 | select GENERIC_CLOCKEVENTS | 546 | select GENERIC_CLOCKEVENTS |
547 | help | 547 | help |
548 | Support for Qualcomm MSM7X00A based systems. This runs on the ARM11 | 548 | Support for Qualcomm MSM7K based systems. This runs on the ARM11 |
549 | apps processor of the MSM7X00A and depends on a shared memory | 549 | apps processor of the MSM7K and depends on a shared memory |
550 | interface to the ARM9 modem processor which runs the baseband stack | 550 | interface to the ARM9 modem processor which runs the baseband stack |
551 | and controls some vital subsystems (clock and power control, etc). | 551 | and controls some vital subsystems (clock and power control, etc). |
552 | <http://www.cdmatech.com/products/msm7200_chipset_solution.jsp> | ||
553 | 552 | ||
554 | endchoice | 553 | endchoice |
555 | 554 | ||
@@ -1256,6 +1255,8 @@ source "drivers/hid/Kconfig" | |||
1256 | 1255 | ||
1257 | source "drivers/usb/Kconfig" | 1256 | source "drivers/usb/Kconfig" |
1258 | 1257 | ||
1258 | source "drivers/uwb/Kconfig" | ||
1259 | |||
1259 | source "drivers/mmc/Kconfig" | 1260 | source "drivers/mmc/Kconfig" |
1260 | 1261 | ||
1261 | source "drivers/memstick/Kconfig" | 1262 | source "drivers/memstick/Kconfig" |