|
@@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig
|
|
|
|
|
|
config IWMMXT
|
|
|
bool "Enable iWMMXt support"
|
|
|
- depends on CPU_XSCALE || CPU_XSC3
|
|
|
- default y if PXA27x || PXA3xx
|
|
|
+ depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK
|
|
|
+ default y if PXA27x || PXA3xx || ARCH_MMP
|
|
|
help
|
|
|
Enable support for iWMMXt context switching at run time if
|
|
|
running on a CPU that supports it.
|