X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FKconfig;h=a44a783cae239e54cd572149024f8c84743d726c;hb=512bdbd46a340e5d04afe9a865992b750dfd4503;hp=77a2f7e07e012b75bd72f1b48cf1e37a0117f320;hpb=13a3972585af60ec367d209cedbd3601e0c77467;p=u-boot diff --git a/net/Kconfig b/net/Kconfig index 77a2f7e07e..a44a783cae 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -22,4 +22,14 @@ config NETCONSOLE Support the 'nc' input/output device for networked console. See README.NetConsole for details. +config NET_TFTP_VARS + bool "Control TFTP timeout and count through environment" + default y + help + If set, allows controlling the TFTP timeout through the + environment variable tftptimeout, and the TFTP maximum + timeout count through the variable tftptimeoutcountmax. + If unset, timeout and maximum are hard-defined as 1 second + and 10 timouts per TFTP transfer. + endif # if NET