| To: | "David S. Miller" <davem@davemloft.net> |
|---|---|
| Subject: | [PATCH] NET: TC35815: Only build driver on Toshiba eval boards. |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Sat, 25 Jun 2011 17:54:09 +0100 |
| Cc: | netdev@vger.kernel.org, linux-mips@linux-mips.org, Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [alsa-devel] [PATCH] MEDIA: Fix non-ISA_DMA_API link failure of sound code, Mauro Carvalho Chehab |
|---|---|
| Next by Date: | [PATCH] NET: AX88796: Tighten up Kconfig dependencies, Ralf Baechle |
| Previous by Thread: | [PATCH] MEDIA: Fix non-ISA_DMA_API link failure of sound code, Ralf Baechle |
| Next by Thread: | Re: [PATCH] NET: TC35815: Only build driver on Toshiba eval boards., Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |