All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig fix (PHYLIB vs. s390)
@ 2005-09-02 19:13 viro
  0 siblings, 0 replies; only message in thread
From: viro @ 2005-09-02 19:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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>
----
diff -urN RC13-mxser-sparc32/drivers/net/phy/Kconfig RC13-s390-phy/drivers/net/phy/Kconfig
--- RC13-mxser-sparc32/drivers/net/phy/Kconfig	2005-09-02 03:33:39.000000000 -0400
+++ RC13-s390-phy/drivers/net/phy/Kconfig	2005-09-02 03:34:21.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-02 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 19:13 [PATCH] Kconfig fix (PHYLIB vs. s390) viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.