aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-02-25 20:34:35 -0500
committerEric Miao <eric.miao@marvell.com>2009-03-22 22:11:34 -0400
commit40305a583a3e080a8d1aa126fa810480ec8cbabd (patch)
tree78f1bee117af5eb2a3aba3fddabe9713e9dcac38 /arch/arm/Kconfig
parent49cbe78637eb0503f45fc9b556ec08918a616534 (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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index fdcd2d54e93..5385d8743c6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig
712 712
713config IWMMXT 713config 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.