mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Kconfig fix (PHYLIB vs s390)
@ 2005-08-30 16:44 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-08-30 16:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Andy Fleming

	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@parcelfarce.linux.theplanet.co.uk>
----
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-19 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-30 16:44 [PATCH] Kconfig fix (PHYLIB vs s390) Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®