All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: enable TC35815 for MIPS again
@ 2012-02-07  0:51 Atsushi Nemoto
  2012-02-07 18:41 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2012-02-07  0:51 UTC (permalink / raw)
  To: netdev; +Cc: jeffrey.t.kirsher, ralf.roesch, stable

8<----------------------------------------------------------------------
From: Ralf Roesch <ralf.roesch@rw-gmbh.de>
Date: Wed, 16 Nov 2011 09:33:50 +0100
Subject: [PATCH] net: enable TC35815 for MIPS again

TX493[8,9] MIPS SoCs support 2 Ethernet channels of type TC35815
which are connected to the internal PCI controller.
And JMR3927 MIPS board has a TC35815 chip on board.
These dependencies were lost on movement to drivers/net/ethernet/toshiba.

Signed-off-by: Ralf Roesch <ralf.roesch@rw-gmbh.de>
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
CC: stable@vger.kernel.org [3.2+]
---
 drivers/net/ethernet/toshiba/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig
index 0517647..74acb5c 100644
--- a/drivers/net/ethernet/toshiba/Kconfig
+++ b/drivers/net/ethernet/toshiba/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_TOSHIBA
 	bool "Toshiba devices"
 	default y
-	depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) || PPC_PS3
+	depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB || MIPS) || PPC_PS3
 	---help---
 	  If you have a network (Ethernet) card belonging to this class, say Y
 	  and read the Ethernet-HOWTO, available from
-- 
1.7.0.4

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

* Re: [PATCH] net: enable TC35815 for MIPS again
  2012-02-07  0:51 [PATCH] net: enable TC35815 for MIPS again Atsushi Nemoto
@ 2012-02-07 18:41 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-02-07 18:41 UTC (permalink / raw)
  To: anemo; +Cc: netdev, jeffrey.t.kirsher, ralf.roesch, stable

From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Date: Tue, 07 Feb 2012 09:51:03 +0900 (JST)

> 8<----------------------------------------------------------------------
> From: Ralf Roesch <ralf.roesch@rw-gmbh.de>
> Date: Wed, 16 Nov 2011 09:33:50 +0100
> Subject: [PATCH] net: enable TC35815 for MIPS again
> 
> TX493[8,9] MIPS SoCs support 2 Ethernet channels of type TC35815
> which are connected to the internal PCI controller.
> And JMR3927 MIPS board has a TC35815 chip on board.
> These dependencies were lost on movement to drivers/net/ethernet/toshiba.
> 
> Signed-off-by: Ralf Roesch <ralf.roesch@rw-gmbh.de>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
> CC: stable@vger.kernel.org [3.2+]

Applied.

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

end of thread, other threads:[~2012-02-07 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07  0:51 [PATCH] net: enable TC35815 for MIPS again Atsushi Nemoto
2012-02-07 18:41 ` David Miller

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.