Config.h8300 646 B

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