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 d1cb69f..7ae28c4 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"