summaryrefslogtreecommitdiff
path: root/misc/buildroot/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-12 17:17:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-12 17:17:23 +0000
commit1e830a4ab93ff2c4fdb44e939d06a322c3b10b0d (patch)
treec86e719b8d807148714b1fc2df336f49fd471f7c /misc/buildroot/Config.in
parent73198281dfdf2375f1e41859557316421333eec2 (diff)
downloadnuttx-1e830a4ab93ff2c4fdb44e939d06a322c3b10b0d.tar.gz
nuttx-1e830a4ab93ff2c4fdb44e939d06a322c3b10b0d.tar.bz2
nuttx-1e830a4ab93ff2c4fdb44e939d06a322c3b10b0d.zip
Add support for H8/300
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/Config.in')
-rw-r--r--misc/buildroot/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/buildroot/Config.in b/misc/buildroot/Config.in
index 155492030..a3cb4b999 100644
--- a/misc/buildroot/Config.in
+++ b/misc/buildroot/Config.in
@@ -42,6 +42,8 @@ config BR2_sh
bool "superh"
config BR2_sh64
bool "superh64"
+config BR2_h8300
+ bool "H8/300"
config BR2_sparc
bool "sparc"
config BR2_x86_64
@@ -197,6 +199,7 @@ config BR2_ARCH
default "sh4" if BR2_sh4
default "sh4eb" if BR2_sh4eb
default "sh64" if BR2_sh64
+ default "h8300" if BR2_h8300
default "sparc" if BR2_sparc
default "x86_64" if BR2_x86_64
@@ -204,7 +207,7 @@ config BR2_ENDIAN
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
- BR2_sh64
+ BR2_sh64 || BR2_h8300
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || \
BR2_m68hc11 || BR2_m68hc12 || BR2_mips || \
BR2_powerpc || BR2_sh1 || BR2_sh2a_nofpueb || BR2_sh2eb || \