diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-17 13:05:24 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 13:05:24 -0500 |
commit | 6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (patch) | |
tree | e9c27c55b2bf6fc0ecedf7b096424fabe45e4c71 /arch/arm/Kconfig | |
parent | 88dacbe961aa63fa880b4f6f16515427f61fc3ca (diff) |
kbuild: Replace remaining "depends" with "depends on"
Replace the very few remaining "depends" Kconfig directives with
"depends on".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
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 |