From: akpm@linux-foundation.org
To: jeff@garzik.org
Cc: netdev@vger.kernel.org, akpm@linux-foundation.org,
adrian.bunk@movial.fi, olaf@aepfle.de
Subject: [patch (for 2.6.25?) 3/3] FIXED_PHY must depend on PHYLIB=y
Date: Tue, 04 Mar 2008 14:58:43 -0800 [thread overview]
Message-ID: <200803042258.m24MwhPF001403@imap1.linux-foundation.org> (raw)
From: Adrian Bunk <adrian.bunk@movial.fi>
Fix the following build error introduced by commit
a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering:
arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys':
fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add'
Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Tested-by: Olaf Hering <olaf@aepfle.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/net/phy/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/net/phy/Kconfig~fixed_phy-must-depend-on-phylib=y drivers/net/phy/Kconfig
--- a/drivers/net/phy/Kconfig~fixed_phy-must-depend-on-phylib=y
+++ a/drivers/net/phy/Kconfig
@@ -67,6 +67,7 @@ config REALTEK_PHY
config FIXED_PHY
bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
+ depends on PHYLIB=y
---help---
Adds the platform "fixed" MDIO Bus to cover the boards that use
PHYs that are not connected to the real MDIO bus.
_
next reply other threads:[~2008-03-04 22:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 22:58 akpm [this message]
2008-03-05 7:19 ` [patch (for 2.6.25?) 3/3] FIXED_PHY must depend on PHYLIB=y Adrian Bunk
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=200803042258.m24MwhPF001403@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=adrian.bunk@movial.fi \
--cc=jeff@garzik.org \
--cc=netdev@vger.kernel.org \
--cc=olaf@aepfle.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).