diff options
author | Johnson Leung <r58129@freescale.com> | 2008-02-03 06:50:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-03 07:28:42 -0500 |
commit | 097c2aa89f22f55db19fd0f72aede460bcb61f29 (patch) | |
tree | a2746aacc233c2cd79f111cecf11f4c8a5a5ae16 /drivers/net/phy/Kconfig | |
parent | 6344f0521aac9f93c312826216762f2185268390 (diff) |
phylib: Add Realtek 821x eth PHY support
this PHY present on the MPC8315E and MPC837xE RDB boards.
Signed-off-by: Johnson Leung <r58129@freescale.com>
Signed-off-by: Kevin Lam <r43770@freescale.com>
Signed-off-by: Joe D'Abbraccio <ljd015@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 7fe03ce774b1..f4ca0591231d 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -60,6 +60,11 @@ config ICPLUS_PHY | |||
60 | ---help--- | 60 | ---help--- |
61 | Currently supports the IP175C PHY. | 61 | Currently supports the IP175C PHY. |
62 | 62 | ||
63 | config REALTEK_PHY | ||
64 | tristate "Drivers for Realtek PHYs" | ||
65 | ---help--- | ||
66 | Supports the Realtek 821x PHY. | ||
67 | |||
63 | config FIXED_PHY | 68 | config FIXED_PHY |
64 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" | 69 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
65 | ---help--- | 70 | ---help--- |