2005-09-19 18:14:42

by Al Viro

[permalink] [raw]
Subject: [PATCH] Kconfig fix (PHYLIB vs s390)

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 <[email protected]>
----
diff -urN RC13-base/drivers/net/phy/Kconfig current/drivers/net/phy/Kconfig
--- RC13-base/drivers/net/phy/Kconfig 2005-08-30 03:24:42.000000000 -0400
+++ current/drivers/net/phy/Kconfig 2005-08-30 03:25:18.000000000 -0400
@@ -6,7 +6,7 @@

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