Config.nios2 521 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. string
  7. default "nios2"
  8. source "extra/Configs/Config.in.arches"
  9. menu "Target Architecture Features and Options"
  10. source "extra/Configs/Config.in.arch"
  11. config FORCE_OPTIONS_FOR_ARCH
  12. bool
  13. default y
  14. select ARCH_LITTLE_ENDIAN
  15. select ARCH_HAS_NO_MMU
  16. select ARCH_HAS_NO_LDSO
  17. select HAVE_NO_PIC
  18. config ARCH_CFLAGS
  19. string
  20. config CROSS
  21. string
  22. endmenu
  23. source "extra/Configs/Config.in.common"