diff options
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. |