Config.cris 706 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. mainmenu "uClibc C Library Configuration"
  6. menu "Target Architecture Features and Options"
  7. config HAVE_ELF
  8. bool
  9. default y
  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. bool "CRIS"
  26. endchoice
  27. source "extra/Configs/Config.in.arch"
  28. endmenu
  29. source "extra/Configs/Config.in"