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