diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5c795193ebba..77d062eaf086 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -405,7 +405,7 @@ source arch/arm/mm/Kconfig | |||
405 | 405 | ||
406 | config IWMMXT | 406 | config IWMMXT |
407 | bool "Enable iWMMXt support" | 407 | bool "Enable iWMMXt support" |
408 | depends CPU_XSCALE || CPU_XSC3 | 408 | depends on CPU_XSCALE || CPU_XSC3 |
409 | default y if PXA27x | 409 | default y if PXA27x |
410 | help | 410 | help |
411 | Enable support for iWMMXt context switching at run time if | 411 | Enable support for iWMMXt context switching at run time if |