Config.cris 614 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. choice
  17. prompt "Target Architecture Type"
  18. default CONFIG_CRIS
  19. help
  20. This is the architecture type of your CPU. This information is used for
  21. optimizing purposes.
  22. These are the possible settings:
  23. - CRIS Generic support for Axis' CRIS architecture.
  24. config CONFIG_CRIS
  25. select UCLIBC_HAS_MMU
  26. select ARCH_HAS_NO_FPU
  27. bool "CRIS"
  28. endchoice