* [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
* Re: [PATCH] NET: TC35815: Only build driver on Toshiba eval boards.
2011-06-25 16:54 [PATCH] NET: TC35815: Only build driver on Toshiba eval boards Ralf Baechle
@ 2011-06-27 12:57 ` Atsushi Nemoto
0 siblings, 0 replies; 2+ messages in thread
From: Atsushi Nemoto @ 2011-06-27 12:57 UTC (permalink / raw)
To: ralf; +Cc: davem, netdev, linux-mips
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-27 12:57 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).