summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYegor Yefremov <[email protected]>2025-09-22 15:32:29 +0200
committerJerome Forissier <[email protected]>2025-09-30 12:01:36 +0200
commitadc6d192e9cab74a4f31accb43914fc1928ea79d (patch)
tree4632c9bd31558d6272107148d3eead729ece8360 /drivers
parenta239b0b0b6dbe6a168969b8cd6e600cf85db278d (diff)
net: fix RMII help text
Replace MII with RMII as it is a Reduced Media-Independent Interface. Signed-off-by: Yegor Yefremov <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"