Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to Kconfig

This converts the following to Kconfig:
   CONFIG_SYS_FAULT_ECHO_LINK_DOWN

Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2022-03-18 08:38:21 -04:00
parent 29cc2b542d
commit 1d5686acfd
82 changed files with 63 additions and 81 deletions

View File

@@ -66,6 +66,13 @@ config NET_MAXDEFRAG
used for reassembly, and thus an upper bound for the size of
IP datagrams that can be received.
config SYS_FAULT_ECHO_LINK_DOWN
bool "Echo the inverted Ethernet link state to the fault LED"
help
Echo the inverted Ethernet link state to the fault LED. Note, if
this option is active, then CONFIG_SYS_FAULT_MII_ADDR also needs to
be configured.
config TFTP_BLOCKSIZE
int "TFTP block size"
default 1468