[PATCH] net: fix RMII help text

yegorslists at googlemail.com yegorslists at googlemail.com
Mon Sep 22 15:32:29 CEST 2025


From: Yegor Yefremov <yegorslists at googlemail.com>

Replace MII with RMII as it is a Reduced Media-Independent Interface.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.34.1



More information about the U-Boot mailing list