diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-17 19:05:24 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 19:05:24 +0100 |
commit | 6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (patch) | |
tree | e9c27c55b2bf6fc0ecedf7b096424fabe45e4c71 /arch/arm/mm/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/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index aade2f72c920..3c2f97938c44 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -525,7 +525,7 @@ config CPU_BIG_ENDIAN of your chipset/board/processor. config CPU_HIGH_VECTOR - depends !MMU && CPU_CP15 && !CPU_ARM740T + depends on !MMU && CPU_CP15 && !CPU_ARM740T bool "Select the High exception vector" default n help |