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 d56d21c0573b..e2c79a24d3c6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -999,8 +999,8 @@ source arch/arm/mm/Kconfig | |||
999 | 999 | ||
1000 | config IWMMXT | 1000 | config IWMMXT |
1001 | bool "Enable iWMMXt support" | 1001 | bool "Enable iWMMXt support" |
1002 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK | 1002 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 |
1003 | default y if PXA27x || PXA3xx || ARCH_MMP | 1003 | default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP |
1004 | help | 1004 | help |
1005 | Enable support for iWMMXt context switching at run time if | 1005 | Enable support for iWMMXt context switching at run time if |
1006 | running on a CPU that supports it. | 1006 | running on a CPU that supports it. |