[ramips] fix typos inside dts files
[openwrt.git] / target / Config.in
index 31f3ced..8ff89ff 100644 (file)
@@ -66,6 +66,13 @@ config PROFILE_KCONFIG
 config NOMMU
        bool
 
+config HAS_MIPS16
+       depends (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