We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f770645 commit 7e554f3Copy full SHA for 7e554f3
drivers/net/mdio/Kconfig
@@ -3,11 +3,6 @@
3
# MDIO Layer Configuration
4
#
5
6
-config MDIO_BUS
7
- tristate "MDIO bus consumer layer"
8
- help
9
- MDIO bus consumer layer
10
-
11
if PHYLIB
12
13
config FWNODE_MDIO
drivers/net/phy/Kconfig
@@ -3,6 +3,11 @@
# PHY Layer Configuration
+config MDIO_BUS
+ tristate "MDIO bus consumer layer"
+ help
+ MDIO bus consumer layer
+
config PHYLINK
tristate
select PHYLIB
0 commit comments