diff options
Diffstat (limited to 'arch/h8300/Kconfig.cpu')
-rw-r--r-- | arch/h8300/Kconfig.cpu | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu new file mode 100644 index 000000000000..8d0ff20c749a --- /dev/null +++ b/arch/h8300/Kconfig.cpu | |||
@@ -0,0 +1,99 @@ | |||
1 | config CPU_H8300H | ||
2 | bool | ||
3 | |||
4 | config CPU_H8S | ||
5 | bool | ||
6 | |||
7 | config H83069 | ||
8 | bool | ||
9 | select CPU_H8300H | ||
10 | select H8300_TMR16 | ||
11 | select RENESAS_H8300H_INTC | ||
12 | |||
13 | config H8S2678 | ||
14 | bool | ||
15 | select CPU_H8S | ||
16 | select H8300_TPU | ||
17 | select RENESAS_H8S_INTC | ||
18 | |||
19 | config RAMKERNEL | ||
20 | bool | ||
21 | |||
22 | config ROMKERNEL | ||
23 | bool | ||
24 | |||
25 | menu "Processor type and features" | ||
26 | |||
27 | choice | ||
28 | prompt "H8/300 platform" | ||
29 | |||
30 | config 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 | |||
42 | config 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 | |||
52 | config 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 | |||
61 | config 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 | |||
70 | config 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 | |||
80 | config 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 | |||
89 | endchoice | ||
90 | |||
91 | config H8300_BUILTIN_DTB | ||
92 | string "Builtin DTB" | ||
93 | default "" | ||
94 | |||
95 | config OFFSET | ||
96 | hex "Load offset" | ||
97 | default 0 | ||
98 | |||
99 | endmenu | ||