Config.h8300 574 B

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