aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/Kconfig
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-17 13:05:24 -0500
committerAdrian Bunk <bunk@stusta.de>2007-02-17 13:05:24 -0500
commit6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (patch)
treee9c27c55b2bf6fc0ecedf7b096424fabe45e4c71 /arch/v850/Kconfig
parent88dacbe961aa63fa880b4f6f16515427f61fc3ca (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/v850/Kconfig')
-rw-r--r--arch/v850/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig
index dbfab8fc9b49..50ccc7f57cd0 100644
--- a/arch/v850/Kconfig
+++ b/arch/v850/Kconfig
@@ -217,7 +217,7 @@ menu "Processor type and features"
217 # Some platforms pre-zero memory, in which case the kernel doesn't need to 217 # Some platforms pre-zero memory, in which case the kernel doesn't need to
218 config ZERO_BSS 218 config ZERO_BSS
219 bool 219 bool
220 depends !V850E2_SIM85E2C 220 depends on !V850E2_SIM85E2C
221 default y 221 default y
222 222
223 # The crappy-ass zone allocator requires that the start of allocatable 223 # The crappy-ass zone allocator requires that the start of allocatable