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