Config.h8300 495 B

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