public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] S390: Fix libphy link failure
@ 2013-05-06 14:53 Jean Delvare
  2013-05-06 15:00 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2013-05-06 14:53 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Heiko Carstens

On S390 basic IRQ functions are provided by the PCI subsystem, so
code which calls these cannot be built if PCI support was not
selected.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
---
I know this isn't nice, but in the current state of S390 support
this is all I can offer.

 drivers/net/phy/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-3.10-rc0.orig/drivers/net/phy/Kconfig	2013-04-29 02:36:01.000000000 +0200
+++ linux-3.10-rc0/drivers/net/phy/Kconfig	2013-05-06 10:34:41.141846466 +0200
@@ -5,6 +5,7 @@
 menuconfig PHYLIB
 	tristate "PHY Device support and infrastructure"
 	depends on NETDEVICES
+	depends on !S390 || PCI
 	help
 	  Ethernet controllers are usually attached to PHY
 	  devices.  This option provides infrastructure for

-- 
Jean Delvare
Suse L3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-06 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 14:53 [PATCH] S390: Fix libphy link failure Jean Delvare
2013-05-06 15:00 ` David Miller
2013-05-06 15:17   ` Jean Delvare
2013-05-06 15:49   ` Heiko Carstens
2013-05-06 16:00     ` David Miller

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