netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y
       [not found] <200802271158.00453.olaf@aepfle.de>
@ 2008-02-27 15:07 ` Adrian Bunk
  2008-02-28 10:30   ` Olaf Hering
  2008-03-05 12:18   ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-02-27 15:07 UTC (permalink / raw)
  To: Olaf Hering, Anton Vorontsov, Vitaly Bordug, Jeff Garzik,
	Kumar Gala
  Cc: linux-kernel, netdev

This patch fixes the following build error introduced by commit 
a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering:

<--  snip  -->

...
  LD      .tmp_vmlinux1
arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys':
fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add'
make: *** [.tmp_vmlinux1] Error 1

<--   snip  -->

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>

---
47a94f1d74e448d39f34f0ad37f8b4f69412ee13 diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index f4ca059..3ac8529 100644
--- a/drivers/net/phy/Kconfig
+++ b/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.


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

* Re: [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y
  2008-02-27 15:07 ` [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y Adrian Bunk
@ 2008-02-28 10:30   ` Olaf Hering
  2008-03-05 12:18   ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Olaf Hering @ 2008-02-28 10:30 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Anton Vorontsov, Vitaly Bordug, Jeff Garzik, Kumar Gala,
	linux-kernel, netdev

On Wed, Feb 27, Adrian Bunk wrote:

> This patch fixes the following build error introduced by commit 
> a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering:
> 
> <--  snip  -->
> 
> ...
>   LD      .tmp_vmlinux1
> arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys':
> fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add'
> make: *** [.tmp_vmlinux1] Error 1

Yes, this patch helps.
Thanks.


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

* Re: [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y
  2008-02-27 15:07 ` [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y Adrian Bunk
  2008-02-28 10:30   ` Olaf Hering
@ 2008-03-05 12:18   ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-03-05 12:18 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Olaf Hering, Anton Vorontsov, Vitaly Bordug, Kumar Gala,
	linux-kernel, netdev

Adrian Bunk wrote:
> This patch fixes the following build error introduced by commit 
> a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering:
> 
> <--  snip  -->
> 
> ...
>   LD      .tmp_vmlinux1
> arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys':
> fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add'
> make: *** [.tmp_vmlinux1] Error 1
> 
> <--   snip  -->
> 
> Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>

applied (but sad)



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

end of thread, other threads:[~2008-03-05 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200802271158.00453.olaf@aepfle.de>
2008-02-27 15:07 ` [2.6.25 patch] FIXED_PHY must depend on PHYLIB=y Adrian Bunk
2008-02-28 10:30   ` Olaf Hering
2008-03-05 12:18   ` Jeff Garzik

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).