2007-06-07 12:48:01 +02:00
|
|
|
menuconfig BR2_TARGET_ATMEL
|
2007-07-12 20:47:48 +02:00
|
|
|
bool "Atmel Device Support"
|
2007-06-07 12:48:01 +02:00
|
|
|
depends on BR2_arm || BR2_avr32
|
2007-01-24 23:22:11 +01:00
|
|
|
|
2007-06-07 12:48:01 +02:00
|
|
|
if BR2_TARGET_ATMEL
|
2007-07-17 14:19:56 +02:00
|
|
|
|
2008-03-06 19:59:14 +01:00
|
|
|
source "target/device/Atmel/AT91_Config.in"
|
|
|
|
source "target/device/Atmel/AVR32_Config.in"
|
2007-07-17 14:19:56 +02:00
|
|
|
|
|
|
|
config BR2_BOARD_NAME
|
|
|
|
string
|
2008-03-06 19:59:14 +01:00
|
|
|
default "at91rm9200df" if BR2_TARGET_AT91RM9200DF
|
|
|
|
default "at91rm9200se" if BR2_TARGET_AT91RM9200SE
|
|
|
|
default "at91rm9200ek" if BR2_TARGET_AT91RM9200EK
|
|
|
|
default "at91rm9200dk" if BR2_TARGET_AT91RM9200DK
|
|
|
|
default "at91sam9260ek" if BR2_TARGET_AT91SAM9260EK
|
|
|
|
default "at91sam9260dfc" if BR2_TARGET_AT91SAM9260DFC
|
|
|
|
default "at91sam9261ek" if BR2_TARGET_AT91SAM9261EK
|
|
|
|
default "at91sam9262ek" if BR2_TARGET_AT91SAM9262EK
|
|
|
|
default "at91sam9263ek" if BR2_TARGET_AT91SAM9263EK
|
|
|
|
default "at91sam9xeek" if BR2_TARGET_AT91SAM9XEEK
|
2008-11-29 23:00:29 +01:00
|
|
|
default "at91sam9g20ek" if BR2_TARGET_AT91SAM9G20EK
|
|
|
|
default "at91sam9g20dfc" if BR2_TARGET_AT91SAM9G20DFC
|
|
|
|
default "at91sam9m10ek" if BR2_TARGET_AT91SAM9M10EK
|
|
|
|
default "at91sam9m10dfc" if BR2_TARGET_AT91SAM9M10DFC
|
2008-04-24 13:22:06 +02:00
|
|
|
default "atstk100x" if BR2_TARGET_AVR32_ATSTK1002
|
2008-12-20 23:26:24 +01:00
|
|
|
default "atstk1005" if BR2_TARGET_AVR32_ATSTK1005
|
2008-03-06 19:59:14 +01:00
|
|
|
default "atngw100" if BR2_TARGET_AVR32_ATNGW100
|
|
|
|
default "atngw100-base" if BR2_TARGET_AVR32_ATNGW100_BASE
|
2008-12-20 23:26:24 +01:00
|
|
|
default "atngw100-expanded" if BR2_TARGET_AVR32_ATNGW100_EXPANDED
|
2007-07-17 14:19:56 +02:00
|
|
|
|
|
|
|
config BR2_TARGET_AT91_ADVANCED_INFO
|
|
|
|
bool "Remove work in progress"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_TARGET_AT91
|
2007-07-17 14:19:56 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Atmel AT91 ARM based systems
|
|
|
|
|
|
|
|
comment "Package support"
|
|
|
|
depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
|
|
|
|
|
|
|
|
|
|
|
|
menu "Secondary locations"
|
2007-07-29 09:19:44 +02:00
|
|
|
|
2007-07-17 14:19:56 +02:00
|
|
|
config BR2_AT91_LINUXPATCH_SITE
|
|
|
|
string "AT91 Linux Patch mirror site"
|
2007-07-29 09:19:44 +02:00
|
|
|
depends on BR2_TARGET_AT91
|
2007-07-17 14:19:56 +02:00
|
|
|
default "http://maxim.org.za/AT91RM9200/2.6"
|
|
|
|
help
|
2008-03-06 19:59:14 +01:00
|
|
|
Main download location for AT91 Linux stuff
|
2007-07-17 14:19:56 +02:00
|
|
|
|
|
|
|
config BR2_TARGET_ATMEL_COPYTO
|
|
|
|
string "also copy the image to..."
|
|
|
|
depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
|
|
|
|
default "/tftpboot"
|
|
|
|
help
|
|
|
|
Copies the resulting image to a secondary location.
|
|
|
|
|
|
|
|
config BR2_BOARD_PATH
|
|
|
|
string "Atmel board repository"
|
|
|
|
depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
|
|
|
|
default "target/device/Atmel/$(BR2_BOARD_NAME)"
|
|
|
|
help
|
|
|
|
Top directory of Atmel board configurations
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2009-01-03 16:50:38 +01:00
|
|
|
# source "target/device/Atmel/u-boot/Config.in"
|
2007-07-17 14:19:56 +02:00
|
|
|
|
|
|
|
source "target/device/Atmel/DataFlashBoot/Config.in"
|
|
|
|
|
|
|
|
source "target/device/Atmel/at91bootstrap/Config.in"
|
2007-01-24 23:22:11 +01:00
|
|
|
|
2007-06-07 12:48:01 +02:00
|
|
|
endif
|