Config.h8300 593 B

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