Config.cris 610 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config HAVE_ELF
  6. bool
  7. default y
  8. config TARGET_ARCH
  9. default "cris"
  10. config ARCH_CFLAGS
  11. string
  12. config LIBGCC_CFLAGS
  13. string
  14. config ARCH_SUPPORTS_LITTLE_ENDIAN
  15. bool
  16. default y
  17. choice
  18. prompt "Target Architecture Type"
  19. default CONFIG_CRIS
  20. help
  21. This is the architecture type of your CPU. This information is used for
  22. optimizing purposes.
  23. These are the possible settings:
  24. - CRIS Generic support for Axis' CRIS architecture.
  25. config CONFIG_CRIS
  26. select ARCH_HAS_MMU
  27. bool "CRIS"
  28. endchoice