diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-02-25 20:34:35 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-22 22:11:34 -0400 |
commit | 40305a583a3e080a8d1aa126fa810480ec8cbabd (patch) | |
tree | 78f1bee117af5eb2a3aba3fddabe9713e9dcac38 /arch/arm/Kconfig | |
parent | 49cbe78637eb0503f45fc9b556ec08918a616534 (diff) |
[ARM] pxa: add iWMMXt support for pxa168
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fdcd2d54e939..5385d8743c6a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig | |||
712 | 712 | ||
713 | config IWMMXT | 713 | config IWMMXT |
714 | bool "Enable iWMMXt support" | 714 | bool "Enable iWMMXt support" |
715 | depends on CPU_XSCALE || CPU_XSC3 | 715 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK |
716 | default y if PXA27x || PXA3xx | 716 | default y if PXA27x || PXA3xx || ARCH_MMP |
717 | help | 717 | help |
718 | Enable support for iWMMXt context switching at run time if | 718 | Enable support for iWMMXt context switching at run time if |
719 | running on a CPU that supports it. | 719 | running on a CPU that supports it. |