Config.cris 674 B

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