diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2008-11-28 19:42:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 19:42:41 -0500 |
commit | f95be1806fde884c1655237d49a7e5f82e4a935f (patch) | |
tree | 546cf0d1ea682fa6580b1cf387ed8c78fed9a5ec /drivers/net/phy/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index a1938e18cb62..0b368dc49aea 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -71,6 +71,12 @@ config NATIONAL_PHY | |||
71 | ---help--- | 71 | ---help--- |
72 | Currently supports the DP83865 PHY. | 72 | Currently supports the DP83865 PHY. |
73 | 73 | ||
74 | config STE10XP | ||
75 | depends on PHYLIB | ||
76 | tristate "Driver for STMicroelectronics STe10Xp PHYs" | ||
77 | ---help--- | ||
78 | This is the driver for the STe100p and STe101p PHYs. | ||
79 | |||
74 | config FIXED_PHY | 80 | config FIXED_PHY |
75 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" | 81 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
76 | depends on PHYLIB=y | 82 | depends on PHYLIB=y |