Kconfig.cpu 1.9 KB

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