]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: fix RMII help text
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 22 Sep 2025 13:32:29 +0000 (15:32 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Tue, 30 Sep 2025 10:01:36 +0000 (12:01 +0200)
Replace MII with RMII as it is a Reduced Media-Independent Interface.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
drivers/net/Kconfig

index d1cb69f85ad4da978c859065b6520cb5511c542d..7ae28c4e0d506e10ec10dda2c04a82ed7200aaf4 100644 (file)
@@ -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"