1config BR2_ARCH 2 default "nds32le" 3 4config BR2_NORMALIZED_ARCH 5 default "nds32" 6 7config BR2_GCC_TARGET_ARCH 8 default "v3" 9 10config BR2_ENDIAN 11 default "LITTLE" 12 13config BR2_READELF_ARCH_NAME 14 default "Andes Technology compact code size embedded RISC processor family" 15 16# vim: ft=kconfig 17# -*- mode:kconfig; -*- 18