2010-03-14 18:20:45 +01:00
|
|
|
menuconfig BR2_TARGET_DATAFLASHBOOT
|
|
|
|
depends on BR2_arm
|
|
|
|
bool "AT91 DataFlashBoot"
|
2007-07-17 14:19:56 +02:00
|
|
|
|
2010-03-17 08:52:41 +01:00
|
|
|
if BR2_TARGET_DATAFLASHBOOT
|
|
|
|
|
2007-07-17 14:19:56 +02:00
|
|
|
choice
|
|
|
|
prompt "Target Architecture"
|
|
|
|
default BR2_TARGET_DATAFLASHBOOT_AT91RM9200
|
|
|
|
help
|
|
|
|
Select Chip for which Dataflash boot should be built
|
|
|
|
Currently only AT91RM9200 Supported
|
|
|
|
|
|
|
|
config BR2_TARGET_DATAFLASHBOOT_AT91RM9200
|
|
|
|
bool "AT91RM9200"
|
2010-03-17 08:52:41 +01:00
|
|
|
|
2007-07-17 14:19:56 +02:00
|
|
|
config BR2_TARGET_DATAFLASHBOOT_AT91SAM9261
|
|
|
|
bool "AT91SAM9261"
|
2010-03-17 08:52:41 +01:00
|
|
|
|
2007-07-17 14:19:56 +02:00
|
|
|
config BR2_TARGET_DATAFLASHBOOT_AT91SAM9261S
|
|
|
|
bool "AT91SAM9261S"
|
|
|
|
|
|
|
|
endchoice
|
2010-03-17 08:52:41 +01:00
|
|
|
|
|
|
|
endif # BR2_TARGET_DATAFLASHBOOT
|