uci: update to git head
[openwrt.git] / target / Config.in
index 31f3ced..967149d 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