blob: 4335faac5a2915e837b714ad90fc4077afd94091 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config AT91_ROMBOOT
bool "Build romboot loader"
depends LINUX_2_6_AT91
default y
config AT91_UBOOT
bool "Build u-boot loader"
depends LINUX_2_6_AT91
default y
config UBOOT_TARGET
string "U-Boot Board Configuration"
default "vlink"
help
For all supported boards there are reqdy-to-use default
configurations available; just type "<board_name>".
|