X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2FConfig.in;h=7380773d88b44e1213e660506dd25356b124618e;hb=2777b525c6f70aecb1d470e7d1f3a445a884ed49;hp=a7951aaf3b6da904024e55b36115fee9fce26121;hpb=9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7;p=oweals%2Fopenwrt.git diff --git a/target/Config.in b/target/Config.in index a7951aaf3b..7380773d88 100644 --- a/target/Config.in +++ b/target/Config.in @@ -39,6 +39,9 @@ config RTC_SUPPORT config BIG_ENDIAN bool +config USES_DEVICETREE + bool + config USES_INITRAMFS bool @@ -62,10 +65,14 @@ config USES_CPIOGZ config USES_UBIFS bool + select NAND_SUPPORT config PROFILE_KCONFIG bool +config LOW_MEMORY_FOOTPRINT + bool + config NOMMU bool @@ -73,11 +80,26 @@ config HAS_MIPS16 depends on (mips || mipsel || mips64 || mips64el) bool +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 @@ -162,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