net: fix RMII help text

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>
This commit is contained in:
Yegor Yefremov
2025-09-22 15:32:29 +02:00
committed by Jerome Forissier
parent a239b0b0b6
commit adc6d192e9

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