diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2008-11-28 16:42:41 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 16:42:41 -0800 |
commit | f95be1806fde884c1655237d49a7e5f82e4a935f (patch) | |
tree | 546cf0d1ea682fa6580b1cf387ed8c78fed9a5ec /drivers/net/phy/Makefile | |
parent | 4621bf129856bad902d7662053b79faaeb3e66cc (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index eba495453aef..67959c9d4ca5 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 |