Re: [2.6 patch] EP93XX_ETH must select MII

2007-07-16 Thread Jeff Garzik

Adrian Bunk wrote:

From: John Donoghue <[EMAIL PROTECTED]>

CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>


applied


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [2.6 patch] EP93XX_ETH must select MII

2007-07-13 Thread Lennert Buytenhek
On Fri, Jul 13, 2007 at 02:12:08AM +0200, Adrian Bunk wrote:

> From: John Donoghue <[EMAIL PROTECTED]>
> 
> CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error.
> 
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

Acked-by: Lennert Buytenhek <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[2.6 patch] EP93XX_ETH must select MII

2007-07-12 Thread Adrian Bunk
From: John Donoghue <[EMAIL PROTECTED]>

CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.20.2.orig/drivers/net/arm/Kconfig 2007-03-09 22:32:46.0 
-0500
+++ linux-2.6.20.2/drivers/net/arm/Kconfig  2007-03-09 22:50:43.0 
-0500
@@ -43,6 +43,7 @@
 config EP93XX_ETH
tristate "EP93xx Ethernet support"
depends on ARM && ARCH_EP93XX
+   select MII
help
  This is a driver for the ethernet hardware included in EP93xx CPUs.
  Say Y if you are building a kernel for EP93xx based devices.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html