6607f6c3259ecb3250e9d7fc3b7b287974460eef
[openwrt/svn-archive/archive.git] / target / linux / at91 / image / Config.in
1 config AT91_DFBOOT
2 bool "Build dataflashboot loader"
3 depends LINUX_2_6_AT91
4 default y
5
6 config AT91_UBOOT
7 bool "Build u-boot loader"
8 depends LINUX_2_6_AT91
9 default y
10
11 config UBOOT_TARGET
12 string "U-Boot Board Configuration"
13 depends LINUX_2_6_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 LINUX_2_6_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 LINUX_2_6_AT91
31 depends AT91_UBOOT
32 default "192.168.0.232"
33 help
34 IP address of TFTP server for U-Boot
35