| To: | ralf@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH] NET: TC35815: Only build driver on Toshiba eval boards. |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Mon, 27 Jun 2011 21:57:47 +0900 (JST) |
| Cc: | davem@davemloft.net, netdev@vger.kernel.org, linux-mips@linux-mips.org |
| In-reply-to: | <20110625165409.GA1760@linux-mips.org> |
| References: | <20110625165409.GA1760@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sat, 25 Jun 2011 17:54:09 +0100, Ralf Baechle <ralf@linux-mips.org> wrote: > That's the only place where the TC35815 is known to be used. > > Ralf > > drivers/net/Kconfig | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index be25e92..2b4ebfb 100644 > --- a/drivers/net/Kconfig > +++ b/drivers/net/Kconfig > @@ -1516,7 +1516,8 @@ config CS89x0_NONISA_IRQ > > config TC35815 > tristate "TOSHIBA TC35815 Ethernet support" > - depends on NET_PCI && PCI && MIPS > + depends on NET_PCI && PCI && MACH_TXX9 > + default y > select PHYLIB > > config E100 Yes, OK for me. Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v2] NET: AX88796: Tighten up Kconfig dependencies, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 02/12] NET: 3c509: Fix section mismatch, Ralf Baechle |
| Previous by Thread: | [PATCH] NET: TC35815: Only build driver on Toshiba eval boards., Ralf Baechle |
| Next by Thread: | [PATCH] NET: AX88796: Tighten up Kconfig dependencies, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |