rockchip: add Bananapi-R2 Pro board support
[openwrt/openwrt.git] / target / Config.in
index 51a278cae94ea7e85979ac4217521d97357985e7..c2395923d4d3611f4d4dcd89b6d5da2244ab10ef 100644 (file)
@@ -98,9 +98,15 @@ config HAS_MIPS16
 config RFKILL_SUPPORT
        bool
 
+config EMMC_SUPPORT
+       bool
+
 config NAND_SUPPORT
        bool
 
+config LEGACY_SDCARD_SUPPORT
+       bool
+
 config ARCH_64BIT
        bool
 
@@ -150,6 +156,10 @@ config i386
 config i686
        bool 
 
+config loongarch64
+       select ARCH_64BIT
+       bool
+
 config m68k
        bool
 
@@ -178,6 +188,10 @@ config powerpc64
        select ARCH_64BIT
        bool
 
+config riscv64
+       select ARCH_64BIT
+       bool
+
 config sh3
        bool
 
@@ -210,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
@@ -217,6 +232,7 @@ config ARCH
        default "mips64el"  if mips64el
        default "powerpc"   if powerpc
        default "powerpc64" if powerpc64
+       default "riscv64"   if riscv64
        default "sh3"       if sh3
        default "sh3eb"     if sh3eb
        default "sh4"       if sh4