diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 691aae309c8a..a25697be5fe9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -336,14 +336,14 @@ config ARCH_PNX4008 | |||
336 | This enables support for Philips PNX4008 mobile platform. | 336 | This enables support for Philips PNX4008 mobile platform. |
337 | 337 | ||
338 | config ARCH_PXA | 338 | config ARCH_PXA |
339 | bool "PXA2xx-based" | 339 | bool "PXA2xx/PXA3xx-based" |
340 | depends on MMU | 340 | depends on MMU |
341 | select ARCH_MTD_XIP | 341 | select ARCH_MTD_XIP |
342 | select GENERIC_GPIO | 342 | select GENERIC_GPIO |
343 | select GENERIC_TIME | 343 | select GENERIC_TIME |
344 | select GENERIC_CLOCKEVENTS | 344 | select GENERIC_CLOCKEVENTS |
345 | help | 345 | help |
346 | Support for Intel's PXA2XX processor line. | 346 | Support for Intel/Marvell's PXA2xx/PXA3xx processor line. |
347 | 347 | ||
348 | config ARCH_RPC | 348 | config ARCH_RPC |
349 | bool "RiscPC" | 349 | bool "RiscPC" |
@@ -486,7 +486,7 @@ source arch/arm/mm/Kconfig | |||
486 | config IWMMXT | 486 | config IWMMXT |
487 | bool "Enable iWMMXt support" | 487 | bool "Enable iWMMXt support" |
488 | depends on CPU_XSCALE || CPU_XSC3 | 488 | depends on CPU_XSCALE || CPU_XSC3 |
489 | default y if PXA27x | 489 | default y if PXA27x || PXA3xx |
490 | help | 490 | help |
491 | Enable support for iWMMXt context switching at run time if | 491 | Enable support for iWMMXt context switching at run time if |
492 | running on a CPU that supports it. | 492 | running on a CPU that supports it. |