git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a239b0b
)
net: fix RMII help text
author
Yegor Yefremov
<yegorslists@googlemail.com>
Mon, 22 Sep 2025 13:32:29 +0000
(15:32 +0200)
committer
Jerome 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
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index
d1cb69f
..
7ae28c4
100644
(file)
--- 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 (
R
MII)
config PCNET
bool "AMD PCnet series Ethernet controller driver"