2007-03-20 09:59:17 +00:00
|
|
|
config AT91_ROMBOOT
|
|
|
|
bool "Build romboot loader"
|
|
|
|
depends LINUX_2_6_AT91
|
|
|
|
default y
|
|
|
|
|
2007-06-04 17:39:38 +00:00
|
|
|
config AT91_DFBOOT
|
|
|
|
bool "Build dataflashboot loader"
|
|
|
|
depends LINUX_2_6_AT91
|
|
|
|
default y
|
|
|
|
|
2007-03-20 09:59:17 +00:00
|
|
|
config AT91_UBOOT
|
|
|
|
bool "Build u-boot loader"
|
|
|
|
depends LINUX_2_6_AT91
|
|
|
|
default y
|
|
|
|
|
|
|
|
config UBOOT_TARGET
|
|
|
|
string "U-Boot Board Configuration"
|
2007-06-11 13:28:25 +00:00
|
|
|
depends LINUX_2_6_AT91
|
2007-03-20 09:59:17 +00:00
|
|
|
default "vlink"
|
|
|
|
help
|
|
|
|
For all supported boards there are reqdy-to-use default
|
|
|
|
configurations available; just type "<board_name>".
|
|
|
|
|
|
|
|
|