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 <trini@konsulko.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This commit is contained in:
Tom Rini
2025-09-25 14:44:12 -06:00
committed by Jerome Forissier
parent 4cc1fe3f56
commit f822046037
2 changed files with 4 additions and 3 deletions

View File

@@ -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