linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix 440-related Kconfig warnings
@ 2007-05-17 13:24 Christoph Hellwig
  2007-05-17 20:00 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2007-05-17 13:24 UTC (permalink / raw)
  To: linuxppc-dev

Currently there is no IBM_NEW_EMAC_ZMII in the tree, so we shouldn't 
selected it.


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/arch/powerpc/platforms/44x/Kconfig
===================================================================
--- linux-2.6.orig/arch/powerpc/platforms/44x/Kconfig	2007-05-17 14:06:45.000000000 +0200
+++ linux-2.6/arch/powerpc/platforms/44x/Kconfig	2007-05-17 14:06:56.000000000 +0200
@@ -38,7 +38,7 @@ config 440EP
 
 config 440GP
 	bool
-	select IBM_NEW_EMAC_ZMII
+#	select IBM_NEW_EMAC_ZMII
 
 config 440GX
 	bool
Index: linux-2.6/arch/powerpc/platforms/4xx/Kconfig
===================================================================
--- linux-2.6.orig/arch/powerpc/platforms/4xx/Kconfig	2007-05-17 14:16:46.000000000 +0200
+++ linux-2.6/arch/powerpc/platforms/4xx/Kconfig	2007-05-17 14:16:52.000000000 +0200
@@ -171,7 +171,7 @@ config 440EP
 
 config 440GP
 	bool
-	select IBM_NEW_EMAC_ZMII
+#	select IBM_NEW_EMAC_ZMII
 
 config 440GX
 	bool

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

* Re: [PATCH] fix 440-related Kconfig warnings
  2007-05-17 13:24 [PATCH] fix 440-related Kconfig warnings Christoph Hellwig
@ 2007-05-17 20:00 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2007-05-17 20:00 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linuxppc-dev

On Thu, 2007-05-17 at 15:24 +0200, Christoph Hellwig wrote:
> Currently there is no IBM_NEW_EMAC_ZMII in the tree, so we shouldn't 
> selected it.
> 

Someone else already submitted a patch for this last week, but yours is
more complete.

> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>

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

end of thread, other threads:[~2007-05-17 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 13:24 [PATCH] fix 440-related Kconfig warnings Christoph Hellwig
2007-05-17 20:00 ` Josh Boyer

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