diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2008-11-28 16:14:12 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 16:14:12 -0800 |
commit | 914804b95caa61c633431262044034ab05c78ba4 (patch) | |
tree | eb2ee070d8ecf6efc2ea6cdb3bdac34fecb43ae7 /drivers/net/phy/Kconfig | |
parent | 65a467f553067fae21b66ac0778247c930936749 (diff) | |
download | op-kernel-dev-914804b95caa61c633431262044034ab05c78ba4.zip op-kernel-dev-914804b95caa61c633431262044034ab05c78ba4.tar.gz |
phy: add natsemi PHY driver
This patch adds the PHY device driver for the National Semiconductor
DP83865 Gig PHYTER.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
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 c4c5a2f..a1938e1 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -66,6 +66,11 @@ config REALTEK_PHY ---help--- Supports the Realtek 821x PHY. +config NATIONAL_PHY + tristate "Drivers for National Semiconductor PHYs" + ---help--- + Currently supports the DP83865 PHY. + config FIXED_PHY bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" depends on PHYLIB=y |