b5a06f6bbe5ad9eda749827d10e83aa8e731cb43
[openwrt-10.03/.git] / Config.in
1 config AT91_DFBOOT
2         bool "Build dataflashboot loader"
3         depends TARGET_at91
4         default y
5
6 config AT91_UBOOT
7         bool "Build U-Boot bootloader"
8         depends TARGET_at91
9         default y
10
11 config UBOOT_TARGET
12         string "U-Boot target board"
13         depends TARGET_at91
14         depends AT91_UBOOT
15         default "vlink"
16         help
17           For all supported boards there are ready-to-use default
18                 configurations available; just type "<board_name>".
19
20 config UBOOT_IPADDR
21         string "IP Address for U-Boot"
22         depends TARGET_at91
23         depends AT91_UBOOT
24         default "192.168.0.178"
25         help
26           IP address of device to be used in U-Boot
27
28 config UBOOT_SERVERIP
29         string "IP Address of TFTP server"
30         depends TARGET_at91
31         depends AT91_UBOOT
32         default "192.168.0.232"
33         help
34           IP address of TFTP server for U-Boot
35