summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch
new file mode 100644
index 00000000..c80b5ac5
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0011-net-enable-TC35815-for-MIPS-again.patch
@@ -0,0 +1,41 @@
1From 5f892ebab0da0262e16737c1a618a19384da29bf Mon Sep 17 00:00:00 2001
2From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
3Date: Mon, 6 Feb 2012 14:51:03 +0000
4Subject: [PATCH 11/30] net: enable TC35815 for MIPS again
5
6commit a1728800bed3b93b231d99e97c756f622b9991c2 upstream.
7
88<----------------------------------------------------------------------
9From: Ralf Roesch <ralf.roesch@rw-gmbh.de>
10Date: Wed, 16 Nov 2011 09:33:50 +0100
11Subject: net: enable TC35815 for MIPS again
12
13TX493[8,9] MIPS SoCs support 2 Ethernet channels of type TC35815
14which are connected to the internal PCI controller.
15And JMR3927 MIPS board has a TC35815 chip on board.
16These dependencies were lost on movement to drivers/net/ethernet/toshiba.
17
18Signed-off-by: Ralf Roesch <ralf.roesch@rw-gmbh.de>
19Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
20Signed-off-by: David S. Miller <davem@davemloft.net>
21Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22---
23 drivers/net/ethernet/toshiba/Kconfig | 2 +-
24 1 files changed, 1 insertions(+), 1 deletions(-)
25
26diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig
27index 0517647..74acb5c 100644
28--- a/drivers/net/ethernet/toshiba/Kconfig
29+++ b/drivers/net/ethernet/toshiba/Kconfig
30@@ -5,7 +5,7 @@
31 config NET_VENDOR_TOSHIBA
32 bool "Toshiba devices"
33 default y
34- depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) || PPC_PS3
35+ depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB || MIPS) || PPC_PS3
36 ---help---
37 If you have a network (Ethernet) card belonging to this class, say Y
38 and read the Ethernet-HOWTO, available from
39--
401.7.7.4
41