Kconfig.cpu 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. config CPU_H8300H
  2. bool
  3. config CPU_H8S
  4. bool
  5. config H83069
  6. bool
  7. select CPU_H8300H
  8. select H8300_TMR16
  9. select RENESAS_H8300H_INTC
  10. config H8S2678
  11. bool
  12. select CPU_H8S
  13. select H8300_TPU
  14. select RENESAS_H8S_INTC
  15. config RAMKERNEL
  16. bool
  17. config ROMKERNEL
  18. bool
  19. menu "Processor type and features"
  20. choice
  21. prompt "H8/300 platform"
  22. config H8300_AE3068
  23. bool "AE-3068/69"
  24. select H83069
  25. select RAMKERNEL
  26. help
  27. AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
  28. More Information. (Japanese Only)
  29. <http://akizukidenshi.com/catalog/default.aspx>
  30. AE-3068/69 Evaluation Board Support
  31. More Information.
  32. <http://www.microtronique.com/ae3069lan.htm>
  33. config H8300_H8MAX
  34. bool "H8MAX"
  35. select H83069
  36. select RAMKERNEL
  37. select HAVE_IDE
  38. help
  39. H8MAX Evaluation Board Support
  40. More Information. (Japanese Only)
  41. <http://strawberry-linux.com/h8/index.html>
  42. config H8300_KANEBEBE
  43. bool "KaneBebe"
  44. select H83069
  45. select RAMKERNEL
  46. help
  47. KaneBebe Evalition Board Support
  48. More Information. (Japanese Only)
  49. <http://www.nissin-tech.com/2009/10/uclinuxkane-bebe-h83069f.html>
  50. config H8300H_SIM
  51. bool "H8/300H GDB Simulator"
  52. select H83069
  53. select ROMKERNEL
  54. help
  55. GDB Simulator Support
  56. More Information.
  57. <http://sourceware.org/sid/>
  58. config H8S_EDOSK2674
  59. bool "EDOSK-2674"
  60. select H8S2678
  61. select RAMKERNEL
  62. help
  63. Renesas EDOSK-2674 Evaluation Board Support
  64. More Information.
  65. <http://www.azpower.com/H8-uClinux/index.html>
  66. <http://www.renesas.eu/products/tools/introductory_evaluation_tools/evaluation_development_os_kits/edosk2674r/edosk2674r_software_tools_root.jsp>
  67. config H8S_SIM
  68. bool "H8S GDB Simulator"
  69. select H8S2678
  70. select ROMKERNEL
  71. help
  72. GDB Simulator Support
  73. More Information.
  74. <http://sourceware.org/sid/>
  75. endchoice
  76. config H8300_BUILTIN_DTB
  77. string "Builtin DTB"
  78. default ""
  79. config OFFSET
  80. hex "Load offset"
  81. default 0
  82. endmenu