diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-08-26 07:34:19 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-09-19 13:34:00 -0400 |
commit | ed94493fb38a665cebcf750dfabe8a6dd13e136f (patch) | |
tree | c02a9e722bb32232ef975548cbb1291d9ccc92c6 /drivers/net/Kconfig | |
parent | 4fd5f812c23c7deee6425f4a318e85c317cd1d6c (diff) |
mv643xx_eth: convert to phylib
Switch mv643xx_eth from using drivers/net/mii.c to using phylib.
Since the mv643xx_eth hardware does all the link state handling and
PHY polling, the driver will use phylib in the "Doing it all yourself"
mode described in the phylib documentation.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 4a11296a9514..d85d76019afd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2262,7 +2262,7 @@ config UGETH_TX_ON_DEMAND | |||
2262 | config MV643XX_ETH | 2262 | config MV643XX_ETH |
2263 | tristate "Marvell Discovery (643XX) and Orion ethernet support" | 2263 | tristate "Marvell Discovery (643XX) and Orion ethernet support" |
2264 | depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION | 2264 | depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION |
2265 | select MII | 2265 | select PHYLIB |
2266 | help | 2266 | help |
2267 | This driver supports the gigabit ethernet MACs in the | 2267 | This driver supports the gigabit ethernet MACs in the |
2268 | Marvell Discovery PPC/MIPS chipset family (MV643XX) and | 2268 | Marvell Discovery PPC/MIPS chipset family (MV643XX) and |