All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: jgarzik@pobox.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	John Donoghue <john.donoghue@ieee.org>
Subject: [2.6 patch] EP93XX_ETH must select MII
Date: Fri, 13 Jul 2007 02:12:08 +0200	[thread overview]
Message-ID: <20070713001208.GX3492@stusta.de> (raw)

From: John Donoghue <john.donoghue@ieee.org>

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.20.2.orig/drivers/net/arm/Kconfig	2007-03-09 22:32:46.000000000 -0500
+++ linux-2.6.20.2/drivers/net/arm/Kconfig	2007-03-09 22:50:43.000000000 -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.


             reply	other threads:[~2007-07-13  0:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-13  0:12 Adrian Bunk [this message]
2007-07-13  7:37 ` [2.6 patch] EP93XX_ETH must select MII Lennert Buytenhek
2007-07-16 22:29 ` Jeff Garzik

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=20070713001208.GX3492@stusta.de \
    --to=bunk@stusta.de \
    --cc=jgarzik@pobox.com \
    --cc=john.donoghue@ieee.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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 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.