kumquat-buildroot/target/device/Atmel/u-boot/Config.in

44 lines
981 B
Plaintext
Raw Normal View History

config BR2_TARGET_UBOOT_AT91
2008-03-07 08:24:35 +01:00
bool "Das U-Boot Boot Monitor"
2008-11-29 23:00:29 +01:00
depends on BR2_TARGET_AT91 && !BR2_TARGET_AT91SAM9G20
2008-03-07 08:24:35 +01:00
depends on !BR2_TARGET_AT91SAM9260PF
2007-07-17 14:19:56 +02:00
help
2008-03-07 08:24:35 +01:00
Build "Das U-Boot" Boot Monitor
2007-07-17 14:19:56 +02:00
config BR2_TARGET_UBOOT_SERVERIP_AT91
2008-03-07 08:24:35 +01:00
string "server ip"
depends on BR2_TARGET_UBOOT_AT91
2008-03-07 08:24:35 +01:00
default "10.175.196.221"
2007-07-17 14:19:56 +02:00
help
2008-03-07 08:24:35 +01:00
TFTP server ip address
2007-07-17 14:19:56 +02:00
config BR2_TARGET_UBOOT_IPADDR_AT91
2008-03-07 08:24:35 +01:00
string "ip address"
depends on BR2_TARGET_UBOOT_AT91
2008-03-07 08:24:35 +01:00
default "10.175.196.18"
2007-07-17 14:19:56 +02:00
help
Target server ip address
2007-07-17 14:19:56 +02:00
config BR2_TARGET_UBOOT_GATEWAY_AT91
2008-03-07 08:24:35 +01:00
string "gateway ip"
depends on BR2_TARGET_UBOOT_AT91
2008-03-07 08:24:35 +01:00
default "10.175.196.1"
2007-07-17 14:19:56 +02:00
help
2008-03-07 08:24:35 +01:00
Gateway ip address
2007-07-17 14:19:56 +02:00
config BR2_TARGET_UBOOT_NETMASK_AT91
2007-07-17 14:19:56 +02:00
string "netmask"
depends on BR2_TARGET_UBOOT_AT91
2007-07-17 14:19:56 +02:00
default "255.255.255.0"
help
2008-03-07 08:24:35 +01:00
Network Mask
2007-07-17 14:19:56 +02:00
config BR2_TARGET_UBOOT_ETHADDR_AT91
2008-03-07 08:24:35 +01:00
string "Ethernet address"
depends on BR2_TARGET_UBOOT_AT91
2008-03-07 08:24:35 +01:00
default "04:25:fe:ed:00:18"
2007-07-17 14:19:56 +02:00
help
2008-03-07 08:24:35 +01:00
Target ip address, this should be changed for production units
2007-07-17 14:19:56 +02:00