aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorGiuseppe Cavallaro <peppe.cavallaro@st.com>2008-11-28 16:42:41 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-28 16:42:41 -0800
commitf95be1806fde884c1655237d49a7e5f82e4a935f (patch)
tree546cf0d1ea682fa6580b1cf387ed8c78fed9a5ec /drivers/net/phy/Makefile
parent4621bf129856bad902d7662053b79faaeb3e66cc (diff)
downloadlinux-f95be1806fde884c1655237d49a7e5f82e4a935f.tar.gz
phy: add the ST ste10Xp PHYs
This patch adds the STMicroelectronics ste10xp PHY device driver. It supports both the ste100p and the ste101p devices. Suspend/resume alredy added. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index eba495453aef07..67959c9d4ca5a9 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -17,3 +17,4 @@ 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
+obj-$(CONFIG_STE10XP) += ste10Xp.o