aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/Kconfig
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-17 19:05:24 +0100
committerAdrian Bunk <bunk@stusta.de>2007-02-17 19:05:24 +0100
commit6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (patch)
treee9c27c55b2bf6fc0ecedf7b096424fabe45e4c71 /arch/v850/Kconfig
parentrio: typo in bitwise AND expression. (diff)
downloadlinux-dev-6340aa61b1f1d9c2aadb20594778a5f849bcbb69.tar.xz
linux-dev-6340aa61b1f1d9c2aadb20594778a5f849bcbb69.zip
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 '')
-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"
# 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