Skip to content

Commit

Permalink
[PATCH] Kconfig fix (PHYLIB vs. s390)
Browse files Browse the repository at this point in the history
drivers/net/phy/phy.c is broken on s390; it uses enable_irq() and friends
and these do not exist on s390.  Marked as broken for now.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Jeff Garzik committed Sep 5, 2005
1 parent 9a48220 commit 7cda624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu "PHY device support"

config PHYLIB
tristate "PHY Device support and infrastructure"
depends on NET_ETHERNET
depends on NET_ETHERNET && (BROKEN || !ARCH_S390)
help
Ethernet controllers are usually attached to PHY
devices. This option provides infrastructure for
Expand Down

0 comments on commit 7cda624

Please sign in to comment.