Config.h8300 671 B

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