diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ce00c570459d..7be67ef4b84f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -374,6 +374,14 @@ config PLAT_IOP | |||
374 | 374 | ||
375 | source arch/arm/mm/Kconfig | 375 | source arch/arm/mm/Kconfig |
376 | 376 | ||
377 | config IWMMXT | ||
378 | bool "Enable iWMMXt support" | ||
379 | depends CPU_XSCALE || CPU_XSC3 | ||
380 | default y if PXA27x | ||
381 | help | ||
382 | Enable support for iWMMXt context switching at run time if | ||
383 | running on a CPU that supports it. | ||
384 | |||
377 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER | 385 | # bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER |
378 | config XSCALE_PMU | 386 | config XSCALE_PMU |
379 | bool | 387 | bool |