Config.h8300 592 B

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