diff options
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.patch | 41 |
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 @@ | |||
1 | From 5f892ebab0da0262e16737c1a618a19384da29bf Mon Sep 17 00:00:00 2001 | ||
2 | From: Atsushi Nemoto <anemo@mba.ocn.ne.jp> | ||
3 | Date: Mon, 6 Feb 2012 14:51:03 +0000 | ||
4 | Subject: [PATCH 11/30] net: enable TC35815 for MIPS again | ||
5 | |||
6 | commit a1728800bed3b93b231d99e97c756f622b9991c2 upstream. | ||
7 | |||
8 | 8<---------------------------------------------------------------------- | ||
9 | From: Ralf Roesch <ralf.roesch@rw-gmbh.de> | ||
10 | Date: Wed, 16 Nov 2011 09:33:50 +0100 | ||
11 | Subject: net: enable TC35815 for MIPS again | ||
12 | |||
13 | TX493[8,9] MIPS SoCs support 2 Ethernet channels of type TC35815 | ||
14 | which are connected to the internal PCI controller. | ||
15 | And JMR3927 MIPS board has a TC35815 chip on board. | ||
16 | These dependencies were lost on movement to drivers/net/ethernet/toshiba. | ||
17 | |||
18 | Signed-off-by: Ralf Roesch <ralf.roesch@rw-gmbh.de> | ||
19 | Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> | ||
20 | Signed-off-by: David S. Miller <davem@davemloft.net> | ||
21 | Signed-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 | |||
26 | diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig | ||
27 | index 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 | -- | ||
40 | 1.7.7.4 | ||
41 | |||