diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-31 05:18:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-01 03:15:49 -0400 |
commit | 3831861b4ad8fd0ad7110048eb3e155628799d2b (patch) | |
tree | 7c6b010e3cb67ba3c113fdf542368aa42390ac46 /drivers/net/Kconfig | |
parent | 0da529a7d996f100569040857ddf4d63a1b24e82 (diff) |
r6040: implement phylib
This patch adds support for using phylib and adds the required mdiobus driver
stubs. This allows for less code to be present in the driver and removes
the PHY status specific timer which is now handled by phylib directly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2decc597bda7..fe113d0e9456 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1659,6 +1659,7 @@ config R6040 | |||
1659 | depends on NET_PCI && PCI | 1659 | depends on NET_PCI && PCI |
1660 | select CRC32 | 1660 | select CRC32 |
1661 | select MII | 1661 | select MII |
1662 | select PHYLIB | ||
1662 | help | 1663 | help |
1663 | This is a driver for the R6040 Fast Ethernet MACs found in the | 1664 | This is a driver for the R6040 Fast Ethernet MACs found in the |
1664 | the RDC R-321x System-on-chips. | 1665 | the RDC R-321x System-on-chips. |