diff mbox

NET: TC35815: Only build driver on Toshiba eval boards.

Message ID 20110625165409.GA1760@linux-mips.org
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Ralf Baechle June 25, 2011, 4:54 p.m. UTC
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(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Atsushi Nemoto June 27, 2011, 12:57 p.m. UTC | #1
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>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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