build: consistently use 'depends on' instead of 'depends'
[openwrt/staging/dedeckeh.git] / target / Config.in
index 31f3ced51df20722dc6a6b773ea486d32ef9e313..967149d435b75cd6cf2f0e59b073e8a2f6647b3a 100644 (file)
@@ -3,7 +3,7 @@ source "tmp/.config-target.in"
 # Kernel/Hardware features
 
 config HAS_SPE_FPU
-       depends powerpc
+       depends on powerpc
        select HAS_FPU
        bool
 
@@ -66,6 +66,13 @@ config PROFILE_KCONFIG
 config NOMMU
        bool
 
+config HAS_MIPS16
+       depends on (mips || mipsel || mips64 || mips64el)
+       bool
+
+config ARCH_64BIT
+       bool
+
 # Architecture selection
 
 config arm
@@ -100,9 +107,11 @@ config mipsel
 
 config mips64
        select BIG_ENDIAN
+       select ARCH_64BIT
        bool
 
 config mips64el
+       select ARCH_64BIT
        bool
 
 config powerpc
@@ -111,6 +120,7 @@ config powerpc
 
 config powerpc64
        select BIG_ENDIAN
+       select ARCH_64BIT
        bool
 
 config sh3
@@ -132,6 +142,7 @@ config sparc
        bool
 
 config x86_64
+       select ARCH_64BIT
        bool
 
 config ARCH