All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NET: TC35815: Only build driver on Toshiba eval boards.
@ 2011-06-25 16:54 Ralf Baechle
  2011-06-27 12:57 ` Atsushi Nemoto
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2011-06-25 16:54 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, linux-mips, Atsushi Nemoto

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

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

end of thread, other threads:[~2011-06-27 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 16:54 [PATCH] NET: TC35815: Only build driver on Toshiba eval boards Ralf Baechle
2011-06-27 12:57 ` Atsushi Nemoto

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.