brcm63xx: fix CVG834G compatible string
[openwrt/staging/yousong.git] / target / Config.in
index e0320fac4904e22d83c97d260d46faf6c141d7e0..6a29d5332463ed191adbc5cf5e968ee088dc27e0 100644 (file)
@@ -63,15 +63,19 @@ config USES_TARGZ
 config USES_CPIOGZ
        bool
 
 config USES_CPIOGZ
        bool
 
-config USES_UBIFS
+config USES_MINOR
        bool
 
        bool
 
-config PROFILE_KCONFIG
+config USES_UBIFS
        bool
        bool
+       select NAND_SUPPORT
 
 config LOW_MEMORY_FOOTPRINT
        bool
 
 
 config LOW_MEMORY_FOOTPRINT
        bool
 
+config SMALL_FLASH
+       bool
+
 config NOMMU
        bool
 
 config NOMMU
        bool
 
@@ -82,11 +86,30 @@ config HAS_MIPS16
 config RFKILL_SUPPORT
        bool
 
 config RFKILL_SUPPORT
        bool
 
+config NAND_SUPPORT
+       bool
+
 config ARCH_64BIT
        bool
 
 # Architecture selection
 
 config ARCH_64BIT
        bool
 
 # Architecture selection
 
+config aarch64
+       select ARCH_64BIT
+       bool
+
+config aarch64_be
+       select ARCH_64BIT
+       select BIG_ENDIAN
+       bool
+
+config arc
+       bool
+
+config arceb
+       select BIG_ENDIAN
+       bool
+
 config arm
        bool
 
 config arm
        bool
 
@@ -106,13 +129,6 @@ config arm_v6
 config arm_v7
        bool
 
 config arm_v7
        bool
 
-config avr32
-       select BIG_ENDIAN
-       bool
-
-config cris
-       bool
-
 config i386
        bool
 
 config i386
        bool
 
@@ -171,10 +187,12 @@ config x86_64
 
 config ARCH
        string
 
 config ARCH
        string
+       default "aarch64"   if aarch64
+       default "aarch64_be" if aarch64_be
+       default "arc"       if arc
+       default "arceb"     if arceb
        default "arm"       if arm
        default "armeb"     if armeb
        default "arm"       if arm
        default "armeb"     if armeb
-       default "avr32"     if avr32
-       default "cris"      if cris
        default "i386"      if i386
        default "i686"      if i686
        default "m68k"      if m68k
        default "i386"      if i386
        default "i686"      if i686
        default "m68k"      if m68k