diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 04:09:31 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 09:55:18 -0500 |
commit | 870a2b5e4fcde08c91c102712ea07d3cbc96f19a (patch) | |
tree | 6300314cb6986b2cfa39ea6668701a471e0ff5e8 /drivers/net/phy | |
parent | c423c8ffa7b2681e19b77801390ed2a7708aae98 (diff) |
phylib: remove !S390 dependeny from Kconfig
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
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 961f0b293913..450345261bd3 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | menuconfig PHYLIB | 5 | menuconfig PHYLIB |
6 | tristate "PHY Device support and infrastructure" | 6 | tristate "PHY Device support and infrastructure" |
7 | depends on !S390 | ||
8 | depends on NETDEVICES | 7 | depends on NETDEVICES |
9 | help | 8 | help |
10 | Ethernet controllers are usually attached to PHY | 9 | Ethernet controllers are usually attached to PHY |