Config.h8300 482 B

1234567891011121314151617181920212223242526272829
  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. select ARCH_HAS_DEPRECATED_SYSCALLS
  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