diff options
author | eric miao <eric.y.miao@gmail.com> | 2007-09-11 22:13:17 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-15 13:53:43 -0400 |
commit | 2c8086a5d073e8e72122a5b84febde236a39845b (patch) | |
tree | b926ccc2231d7e287400d4fbf24f509c9a8225ae /arch/arm/Kconfig | |
parent | 073ac8fd4a3e9a9265e8a59e0a79bc4b0b3822c3 (diff) |
[ARM] pxa: PXA3xx base support
Signed-off-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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. |