Config.in.nds32 309 B

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