summaryrefslogtreecommitdiff
path: root/misc/buildroot/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:55:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:55:41 +0000
commite6b75ee4db8135502089016e117da1afeb73120b (patch)
treec1d4f8b2db7bdb9240fac576f298bec6fe6e1aa2 /misc/buildroot/Config.in
parent45d32292cbec56be065622ae4c991f0cd2f4a9bd (diff)
downloadnuttx-e6b75ee4db8135502089016e117da1afeb73120b.tar.gz
nuttx-e6b75ee4db8135502089016e117da1afeb73120b.tar.bz2
nuttx-e6b75ee4db8135502089016e117da1afeb73120b.zip
Add AVR support for the ATmega128
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1838 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/Config.in')
-rw-r--r--misc/buildroot/Config.in44
1 files changed, 4 insertions, 40 deletions
diff --git a/misc/buildroot/Config.in b/misc/buildroot/Config.in
index 0b82fb58a..68d1cbe3b 100644
--- a/misc/buildroot/Config.in
+++ b/misc/buildroot/Config.in
@@ -18,6 +18,8 @@ config BR2_arm
bool "arm"
config BR2_armeb
bool "armeb"
+config BR2_avr
+ bool "avr"
config BR2_avr32
bool "avr32"
config BR2_bfin
@@ -123,7 +125,6 @@ config BR2_ap7020
bool "AP7020"
endchoice
-
choice
prompt "Target Architecture Variant"
depends BR2_sh
@@ -173,6 +174,7 @@ config BR2_ARCH
default "alpha" if BR2_alpha
default "arm" if BR2_arm
default "armeb" if BR2_armeb
+ default "avr" if BR2_avr
default "avr32" if BR2_avr32
default "bfin" if BR2_bfin
default "cris" if BR2_cris
@@ -239,7 +241,7 @@ config BR2_GCC_TARGET_ABI
config BR2_ENDIAN
string
- default "LITTLE" if BR2_arm || BR2_bfin || BR2_cris || BR2_i386 || BR2_m32c || \
+ default "LITTLE" if BR2_arm || BR2_avr || BR2_bfin || BR2_cris || BR2_i386 || BR2_m32c || \
BR2_mipsel || BR2_sh3 || BR2_sh4 || BR2_x86_64 || \
BR2_nios2 || BR2_sh64 || BR2_h8300
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || \
@@ -291,44 +293,6 @@ config BR2_DL_DIR
help
Directory to store all the source files that we need to fetch.
-config BR2_SOURCEFORGE_MIRROR
- string "Sourceforge mirror site"
- default "easynews"
- help
- Sourceforge has a system of mirror sites. Some sites may be closer
- to your location, and sometimes mirror sites go down and are no longer
- available. This option allows you to select your preferred Sourceforge
- mirror site.
-
- The list of mirrors is available here:
- http://prdownloads.sourceforge.net/index-sf.html?download
-
-config BR2_ATMEL_MIRROR
- depends BR2_avr32 || BR2_arm
- string "Atmel AVR32/AT91 download site"
- default "ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
- help
- Unofficial site for AVR32/AT91 Buildroot patches, or your local mirror.
- Atmel does not currently support buildroot, but this site makes
- available neccessary patches and prepatched packages useful
- to extend a buildroot for AVR32 or AT91 ARM based boards.
- Issues with contents of this server needs to be highlighted
- on the buildroot mailing list and
- should not be addressed directly to Atmel
- Atmel provides support for their AVR32 chips on
- http://avr32linux.org/ or http://www.avrfreaks.net/
- Atmel provides support for AT91 chips on www.at91.com.
- Commercial AT91 Linux support is through www.timesys.com
- Community AT91 Linux support is through http://maxim.org.za/AT91_26.html
-
-config BR2_AT91_PATCH_MIRROR
- depends BR2_arm
- string "Atmel AT91 Linux Patch download site"
- default "http://maxim.org.za/AT91RM9200/2.6/"
- help
- Patches for the AT91 generated by the Linux community
- usually ends up here, courtesy of Andrew Victor
-
config BR2_STAGING_DIR
string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir"