diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 10:09:31 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 15:55:18 +0100 |
commit | 870a2b5e4fcde08c91c102712ea07d3cbc96f19a (patch) | |
tree | 6300314cb6986b2cfa39ea6668701a471e0ff5e8 /drivers/net/phy | |
parent | c423c8ffa7b2681e19b77801390ed2a7708aae98 (diff) | |
download | blackbird-op-linux-870a2b5e4fcde08c91c102712ea07d3cbc96f19a.tar.gz blackbird-op-linux-870a2b5e4fcde08c91c102712ea07d3cbc96f19a.zip |
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 @@ menuconfig PHYLIB tristate "PHY Device support and infrastructure" - depends on !S390 depends on NETDEVICES help Ethernet controllers are usually attached to PHY |