Config.h8300 544 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. default y
  11. config TARGET_ARCH
  12. default "h8300"
  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
  23. config ARCH_CFLAGS
  24. string
  25. config ARCH_LDFLAGS
  26. string
  27. config LIBGCC_CFLAGS
  28. string