diff options
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 450345261bd3..1e11f2bfd9ce 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -126,7 +126,7 @@ config MDIO_BITBANG | |||
126 | 126 | ||
127 | config MDIO_GPIO | 127 | config MDIO_GPIO |
128 | tristate "Support for GPIO lib-based bitbanged MDIO buses" | 128 | tristate "Support for GPIO lib-based bitbanged MDIO buses" |
129 | depends on MDIO_BITBANG && GENERIC_GPIO | 129 | depends on MDIO_BITBANG && GPIOLIB |
130 | ---help--- | 130 | ---help--- |
131 | Supports GPIO lib-based MDIO busses. | 131 | Supports GPIO lib-based MDIO busses. |
132 | 132 | ||