| 1 | config AT91_DFBOOT |
| 2 | bool "Build dataflashboot loader" |
| 3 | depends TARGET_at91 |
| 4 | default n |
| 5 | |
| 6 | config AT91_UBOOT |
| 7 | bool "Build U-Boot bootloader" |
| 8 | depends TARGET_at91 |
| 9 | default n |
| 10 | |
| 11 | config UBOOT_TARGET |
| 12 | string "U-Boot target board" |
| 13 | depends AT91_UBOOT |
| 14 | default "netusg20" |
| 15 | help |
| 16 | For all supported boards there are ready-to-use default |
| 17 | configurations available; just type "<board_name>". |
| 18 | |
| 19 | config UBOOT_IPADDR |
| 20 | string "IP Address for U-Boot" |
| 21 | depends AT91_UBOOT |
| 22 | default "192.168.0.178" |
| 23 | help |
| 24 | IP address of device to be used in U-Boot |
| 25 | |
| 26 | config UBOOT_SERVERIP |
| 27 | string "IP Address of TFTP server" |
| 28 | depends AT91_UBOOT |
| 29 | default "192.168.0.232" |
| 30 | help |
| 31 | IP address of TFTP server for U-Boot |
| 32 | |
| 33 | config FLEXIBITY_ROOT |
| 34 | bool "Build Flexibity RootFS (with embedded kernel)" |
| 35 | depends TARGET_at91_flexibity |
| 36 | default n |
| 37 | |
| 38 | |