Config.cris 598 B

12345678910111213141516171819202122232425262728293031323334
  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. default "cris"
  7. config FORCE_OPTIONS_FOR_ARCH
  8. bool
  9. default y
  10. select ARCH_LITTLE_ENDIAN
  11. config ARCH_CFLAGS
  12. string
  13. config LIBGCC_CFLAGS
  14. string
  15. choice
  16. prompt "Target Architecture Type"
  17. default CONFIG_CRIS
  18. help
  19. This is the architecture type of your CPU. This information is used for
  20. optimizing purposes.
  21. These are the possible settings:
  22. - CRIS Generic support for Axis' CRIS architecture.
  23. config CONFIG_CRIS
  24. select ARCH_HAS_MMU
  25. bool "CRIS"
  26. endchoice