Commit 6340aa61b1f1d9c2aadb20594778a5f849bcbb69

Authored by Robert P. J. Day
Committed by Adrian Bunk
1 parent 88dacbe961

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>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -405,7 +405,7 @@
405 405  
406 406 config IWMMXT
407 407 bool "Enable iWMMXt support"
408   - depends CPU_XSCALE || CPU_XSC3
  408 + depends on CPU_XSCALE || CPU_XSC3
409 409 default y if PXA27x
410 410 help
411 411 Enable support for iWMMXt context switching at run time if
... ... @@ -525,7 +525,7 @@
525 525 of your chipset/board/processor.
526 526  
527 527 config CPU_HIGH_VECTOR
528   - depends !MMU && CPU_CP15 && !CPU_ARM740T
  528 + depends on !MMU && CPU_CP15 && !CPU_ARM740T
529 529 bool "Select the High exception vector"
530 530 default n
531 531 help
... ... @@ -217,7 +217,7 @@
217 217 # Some platforms pre-zero memory, in which case the kernel doesn't need to
218 218 config ZERO_BSS
219 219 bool
220   - depends !V850E2_SIM85E2C
  220 + depends on !V850E2_SIM85E2C
221 221 default y
222 222  
223 223 # The crappy-ass zone allocator requires that the start of allocatable