]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kbuild: Replace remaining "depends" with "depends on"
authorRobert P. J. Day <rpjday@mindspring.com>
Sat, 17 Feb 2007 18:05:24 +0000 (19:05 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 17 Feb 2007 18:05:24 +0000 (19:05 +0100)
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>
arch/arm/Kconfig
arch/arm/mm/Kconfig
arch/v850/Kconfig

index 5c795193ebbad56bcde85161ffaab4fde02e2e90..77d062eaf086b844c9734e9355b7fff31c43c613 100644 (file)
@@ -405,7 +405,7 @@ source arch/arm/mm/Kconfig
 
 config IWMMXT
        bool "Enable iWMMXt support"
-       depends CPU_XSCALE || CPU_XSC3
+       depends on CPU_XSCALE || CPU_XSC3
        default y if PXA27x
        help
          Enable support for iWMMXt context switching at run time if
index aade2f72c9209f995b4f7e70461742610648bccf..3c2f97938c44ee9ab70e884d732c69e2ebf19869 100644 (file)
@@ -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
index dbfab8fc9b49c2c4c6e620558401f57af2bedf50..50ccc7f57cd0ffece7f9ccac025f80f31e5d9a9a 100644 (file)
@@ -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