summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.h8300
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2003-04-29 14:46:31 +0000
committerDavid McCullough <davidm@snapgear.com>2003-04-29 14:46:31 +0000
commitdd7edf2e66c25b0af951a0685e8a7f0f161dc564 (patch)
treec7ef88d3de494ec0ee1c975f696b17594f968d83 /extra/Configs/Config.h8300
parent416799ee539e356c3a4bc86485ffb502077ef9fd (diff)
Some small fixups for the h8 support and add the h8s platform support.
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r--extra/Configs/Config.h830016
1 files changed, 15 insertions, 1 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300
index 657128d17..9bce0f063 100644
--- a/extra/Configs/Config.h8300
+++ b/extra/Configs/Config.h8300
@@ -7,9 +7,23 @@ mainmenu "uClibc C Library Configuration"
menu "Target Architecture Features and Options"
+choice
+ prompt "Target Processor"
+ default CONFIG_H8300H
+ help
+ This is the processor type of your CPU.
+
+config CONFIG_H8300H
+ bool "H8300H"
+
+config CONFIG_H8S
+ bool "H8S (edosk2674)"
+
+endchoice
+
config HAVE_ELF
bool
- default n
+ default y
config ARCH_CFLAGS
string