diff options
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 6eb2d31d1e34..d55932acd887 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -53,7 +53,8 @@ config SMSC_PHY | |||
53 | config BROADCOM_PHY | 53 | config BROADCOM_PHY |
54 | tristate "Drivers for Broadcom PHYs" | 54 | tristate "Drivers for Broadcom PHYs" |
55 | ---help--- | 55 | ---help--- |
56 | Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. | 56 | Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 |
57 | and BCM5482 PHYs. | ||
57 | 58 | ||
58 | config ICPLUS_PHY | 59 | config ICPLUS_PHY |
59 | tristate "Drivers for ICPlus PHYs" | 60 | tristate "Drivers for ICPlus PHYs" |
@@ -83,4 +84,10 @@ config MDIO_BITBANG | |||
83 | 84 | ||
84 | If in doubt, say N. | 85 | If in doubt, say N. |
85 | 86 | ||
87 | config MDIO_OF_GPIO | ||
88 | tristate "Support for GPIO lib-based bitbanged MDIO buses" | ||
89 | depends on MDIO_BITBANG && OF_GPIO | ||
90 | ---help--- | ||
91 | Supports GPIO lib-based MDIO busses. | ||
92 | |||
86 | endif # PHYLIB | 93 | endif # PHYLIB |