Config.h8300 568 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. select ARCH_HAS_NO_MMU
  8. select ARCH_HAS_C_SYMBOL_PREFIX
  9. select HAVE_NO_SHARED
  10. select ARCH_HAS_NO_LDSO
  11. default y
  12. config TARGET_ARCH
  13. default "h8300"
  14. choice
  15. prompt "Target Processor"
  16. default CONFIG_H8300H
  17. help
  18. This is the processor type of your CPU.
  19. config CONFIG_H8300H
  20. bool "H8300H"
  21. config CONFIG_H8S
  22. bool "H8S (edosk2674)"
  23. endchoice
  24. config ARCH_CFLAGS
  25. string
  26. config ARCH_LDFLAGS
  27. string
  28. config LIBGCC_CFLAGS
  29. string