X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2FConfig.in;h=7380773d88b44e1213e660506dd25356b124618e;hb=a29c7e5af3da11cedaa80ac6dc9766964ac4054e;hp=e0320fac4904e22d83c97d260d46faf6c141d7e0;hpb=27eceb714beca20c0716f02cfe30a743cfbaf64f;p=openwrt.git diff --git a/target/Config.in b/target/Config.in index e0320fac49..7380773d88 100644 --- a/target/Config.in +++ b/target/Config.in @@ -65,6 +65,7 @@ config USES_CPIOGZ config USES_UBIFS bool + select NAND_SUPPORT config PROFILE_KCONFIG bool @@ -82,11 +83,23 @@ config HAS_MIPS16 config RFKILL_SUPPORT bool +config NAND_SUPPORT + bool + config ARCH_64BIT bool # Architecture selection +config aarch64 + select ARCH_64BIT + bool + +config aarch64_be + select ARCH_64BIT + select BIG_ENDIAN + bool + config arm bool @@ -171,6 +184,8 @@ config x86_64 config ARCH string + default "aarch64" if aarch64 + default "aarch64_be" if aarch64_be default "arm" if arm default "armeb" if armeb default "avr32" if avr32