diff options
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 432c210513be..54b2ba996640 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -90,4 +90,13 @@ config FIXED_MII_AMNT | |||
90 | This control will have specified number allocated for each fixed | 90 | This control will have specified number allocated for each fixed |
91 | PHY type enabled. | 91 | PHY type enabled. |
92 | 92 | ||
93 | config MDIO_BITBANG | ||
94 | tristate "Support for bitbanged MDIO buses" | ||
95 | help | ||
96 | This module implements the MDIO bus protocol in software, | ||
97 | for use by low level drivers that export the ability to | ||
98 | drive the relevant pins. | ||
99 | |||
100 | If in doubt, say N. | ||
101 | |||
93 | endif # PHYLIB | 102 | endif # PHYLIB |