loongarch64: new target
[openwrt/staging/nbd.git] / target / Config.in
index ac0f1f9826bf9dec5523f55f9b685619cf27db09..c2395923d4d3611f4d4dcd89b6d5da2244ab10ef 100644 (file)
@@ -156,6 +156,10 @@ config i386
 config i686
        bool 
 
+config loongarch64
+       select ARCH_64BIT
+       bool
+
 config m68k
        bool
 
@@ -220,6 +224,7 @@ config ARCH
        default "armeb"     if armeb
        default "i386"      if i386
        default "i686"      if i686
+       default "loongarch64" if loongarch64
        default "m68k"      if m68k
        default "mips"      if mips
        default "mipsel"    if mipsel