diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:44:12 -0600 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2025-10-22 11:16:09 +0200 |
| commit | f8220460372b2e2c12afec3faf89921dd4e39b6c (patch) | |
| tree | a513860bb66a341f986ddc38735790866f5eb715 /net | |
| parent | 4cc1fe3f5617133e1d5a180f1d62cc987dc4e81d (diff) | |
net: Add SYS_FAULT_MII_ADDR to Kconfig
The support found under SYS_FAULT_ECHO_LINK_DOWN requires that the
SYS_FAULT_MII_ADDR symbol also be set. This wasn't previously found in
Kconfig, so add it now.
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'net')
| -rw-r--r-- | net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 7ba64d43b39..42fcba5323f 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -60,6 +60,10 @@ config SYS_FAULT_ECHO_LINK_DOWN this option is active, then CONFIG_SYS_FAULT_MII_ADDR also needs to be configured. +config SYS_FAULT_MII_ADDR + hex "MII address of the PHY to check for the Ethernet link state" + depends on SYS_FAULT_ECHO_LINK_DOWN && LED_STATUS_RED_ENABLE + config TFTP_WINDOWSIZE int "TFTP window size" default 1 |
