* [PATCH] PHYLIB: Kconfig: Fix the dependency on S390
@ 2008-05-17 6:07 Maciej W. Rozycki
2008-05-18 18:12 ` Andy Fleming
2008-05-22 10:21 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Maciej W. Rozycki @ 2008-05-17 6:07 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
PHYLIB was first marked as BROKEN on S390, then the enclosing menu marked
as non-S390, then the two dependencies merged with the conversion to
menuconfig. Reduce to non-S390.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
patch-2.6.26-rc1-20080505-phy-s390-1
diff -up --recursive --new-file linux-2.6.26-rc1-20080505.macro/drivers/net/phy/Kconfig linux-2.6.26-rc1-20080505/drivers/net/phy/Kconfig
--- linux-2.6.26-rc1-20080505.macro/drivers/net/phy/Kconfig 2008-05-05 02:55:39.000000000 +0000
+++ linux-2.6.26-rc1-20080505/drivers/net/phy/Kconfig 2008-05-17 05:57:43.000000000 +0000
@@ -5,7 +5,7 @@
menuconfig PHYLIB
tristate "PHY Device support and infrastructure"
depends on !S390
- depends on NET_ETHERNET && (BROKEN || !S390)
+ depends on NET_ETHERNET
help
Ethernet controllers are usually attached to PHY
devices. This option provides infrastructure for
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PHYLIB: Kconfig: Fix the dependency on S390
2008-05-17 6:07 [PATCH] PHYLIB: Kconfig: Fix the dependency on S390 Maciej W. Rozycki
@ 2008-05-18 18:12 ` Andy Fleming
2008-05-22 10:21 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Andy Fleming @ 2008-05-18 18:12 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: Jeff Garzik, netdev
On May 17, 2008, at 01:07, Maciej W. Rozycki wrote:
>
> PHYLIB was first marked as BROKEN on S390, then the enclosing menu
> marked
> as non-S390, then the two dependencies merged with the conversion to
> menuconfig. Reduce to non-S390.
>
> Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Acked-by: Andy Fleming <afleming@freescale.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PHYLIB: Kconfig: Fix the dependency on S390
2008-05-17 6:07 [PATCH] PHYLIB: Kconfig: Fix the dependency on S390 Maciej W. Rozycki
2008-05-18 18:12 ` Andy Fleming
@ 2008-05-22 10:21 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-05-22 10:21 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: netdev
Maciej W. Rozycki wrote:
> PHYLIB was first marked as BROKEN on S390, then the enclosing menu marked
> as non-S390, then the two dependencies merged with the conversion to
> menuconfig. Reduce to non-S390.
>
> Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
> ---
> patch-2.6.26-rc1-20080505-phy-s390-1
> diff -up --recursive --new-file linux-2.6.26-rc1-20080505.macro/drivers/net/phy/Kconfig linux-2.6.26-rc1-20080505/drivers/net/phy/Kconfig
> --- linux-2.6.26-rc1-20080505.macro/drivers/net/phy/Kconfig 2008-05-05 02:55:39.000000000 +0000
> +++ linux-2.6.26-rc1-20080505/drivers/net/phy/Kconfig 2008-05-17 05:57:43.000000000 +0000
> @@ -5,7 +5,7 @@
> menuconfig PHYLIB
> tristate "PHY Device support and infrastructure"
> depends on !S390
> - depends on NET_ETHERNET && (BROKEN || !S390)
> + depends on NET_ETHERNET
> help
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-22 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17 6:07 [PATCH] PHYLIB: Kconfig: Fix the dependency on S390 Maciej W. Rozycki
2008-05-18 18:12 ` Andy Fleming
2008-05-22 10:21 ` Jeff Garzik
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.