From: Yegor Yefremov Date: Mon, 22 Sep 2025 13:32:29 +0000 (+0200) Subject: net: fix RMII help text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adc6d192e9cab74a4f31accb43914fc1928ea79d;p=thirdparty%2Fu-boot.git net: fix RMII help text Replace MII with RMII as it is a Reduced Media-Independent Interface. Signed-off-by: Yegor Yefremov Reviewed-by: Quentin Schulz --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d1cb69f85ad..7ae28c4e0d5 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -662,7 +662,7 @@ config MII config RMII bool "Enable RMII" help - Enable support of the Reduced Media-Independent Interface (MII) + Enable support of the Reduced Media-Independent Interface (RMII) config PCNET bool "AMD PCnet series Ethernet controller driver"