Config.h8300 445 B

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