From: Jean Delvare <jdelvare@suse.de>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: [PATCH] S390: Fix libphy link failure
Date: Mon, 06 May 2013 16:53:39 +0200 [thread overview]
Message-ID: <1367852019.4569.123.camel@chaos.site> (raw)
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
next reply other threads:[~2013-05-06 14:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 14:53 Jean Delvare [this message]
2013-05-06 15:00 ` [PATCH] S390: Fix libphy link failure David Miller
2013-05-06 15:17 ` Jean Delvare
2013-05-06 15:49 ` Heiko Carstens
2013-05-06 16:00 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367852019.4569.123.camel@chaos.site \
--to=jdelvare@suse.de \
--cc=davem@davemloft.net \
--cc=heiko.carstens@de.ibm.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.