Config.cris 640 B

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