]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
phy: add natsemi PHY driver
authorGiuseppe Cavallaro <peppe.cavallaro@st.com>
Sat, 29 Nov 2008 00:14:12 +0000 (16:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Nov 2008 00:14:12 +0000 (16:14 -0800)
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>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile

index c4c5a2f8ec745c1300c9078b7aad3d3cec2fe84d..a1938e18cb62b44be0de665aab1de528d22ca1b0 100644 (file)
@@ -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
index 9ae5d30b5f4ec5ca2a08a88724410d2d49aaa126..eba495453aef070f19fa9574367abc2d2f971ca9 100644 (file)
@@ -16,3 +16,4 @@ obj-$(CONFIG_REALTEK_PHY)     += realtek.o
 obj-$(CONFIG_FIXED_PHY)                += fixed.o
 obj-$(CONFIG_MDIO_BITBANG)     += mdio-bitbang.o
 obj-$(CONFIG_MDIO_GPIO)                += mdio-gpio.o
+obj-$(CONFIG_NATIONAL_PHY)     += national.o