From: Yegor Yefremov <[email protected]> Replace MII with RMII as it is a Reduced Media-Independent Interface.
Signed-off-by: Yegor Yefremov <[email protected]> --- 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

