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/v850/Kconfig | |
parent | 88dacbe961aa63fa880b4f6f16515427f61fc3ca (diff) | |
download | op-kernel-dev-6340aa61b1f1d9c2aadb20594778a5f849bcbb69.zip op-kernel-dev-6340aa61b1f1d9c2aadb20594778a5f849bcbb69.tar.gz |
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/v850/Kconfig')
-rw-r--r-- | arch/v850/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index dbfab8f..50ccc7f 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig @@ -217,7 +217,7 @@ menu "Processor type and features" # Some platforms pre-zero memory, in which case the kernel doesn't need to config ZERO_BSS bool - depends !V850E2_SIM85E2C + depends on !V850E2_SIM85E2C default y # The crappy-ass zone allocator requires that the start of allocatable |