summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-06-08 10:44:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-06-08 10:44:01 +0000
commit08c72656130891389229ca29e455e08bc735ce1f (patch)
treef32a71704a40c818fa3ea64efa0aefefc4196a8b /target/Config.in
parent6fb68cb589d76499f5da5902dd83c87722a228f5 (diff)
downloadmtk-20170518-08c72656130891389229ca29e455e08bc735ce1f.zip
mtk-20170518-08c72656130891389229ca29e455e08bc735ce1f.tar.gz
mtk-20170518-08c72656130891389229ca29e455e08bc735ce1f.tar.bz2
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 780ee42..31a4e59 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -57,6 +57,10 @@ config armeb
select BIG_ENDIAN
bool
+config avr32
+ select BIG_ENDIAN
+ bool
+
config cris
bool
@@ -92,6 +96,7 @@ config ARCH
string
default "arm" if arm
default "armeb" if armeb
+ default "avr32" if avr32
default "cris" if cris
default "i386" if i386
default "m68k" if m68k