Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ppc32: 8xx restrict ENET_BIG_BUFFERS option

8xx: restrict ENET_BIG_BUFFERS option to drivers which actually use it

Signed-off-by: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Aristeu Sergio Rozanski Filho and committed by
Linus Torvalds
ff085c1c b7f08aab

+1 -1
+1 -1
arch/ppc/8xx_io/Kconfig
··· 69 69 70 70 config ENET_BIG_BUFFERS 71 71 bool "Use Big CPM Ethernet Buffers" 72 - depends on NET_ETHERNET 72 + depends on SCC_ENET || FEC_ENET 73 73 help 74 74 Allocate large buffers for MPC8xx Ethernet. Increases throughput 75 75 and decreases the likelihood of dropped packets, but costs memory.