diff options
author | hartleys <hartleys@visionengravers.com> | 2011-02-11 07:14:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-12 01:01:08 -0500 |
commit | d5e219c3a2389f31b18e4ca55c33a12adaadf565 (patch) | |
tree | 63d0461540a502ba17e93b6bbb33af25b6c83910 /drivers/net/phy | |
parent | 57f89bfa21403d902ee176ef988136b75d9ab30b (diff) |
phy: Remove unneeded depends on PHYLIB
Remove unneeded depends on PHYLIB. The config selection is already in
an if PHYLIB / endif block.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 35fda5ac8120..392a6c4b72e5 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -77,7 +77,6 @@ config NATIONAL_PHY | |||
77 | Currently supports the DP83865 PHY. | 77 | Currently supports the DP83865 PHY. |
78 | 78 | ||
79 | config STE10XP | 79 | config STE10XP |
80 | depends on PHYLIB | ||
81 | tristate "Driver for STMicroelectronics STe10Xp PHYs" | 80 | tristate "Driver for STMicroelectronics STe10Xp PHYs" |
82 | ---help--- | 81 | ---help--- |
83 | This is the driver for the STe100p and STe101p PHYs. | 82 | This is the driver for the STe100p and STe101p PHYs. |