Skip to content

Commit

Permalink
[PATCH] ppc32: 8xx restrict ENET_BIG_BUFFERS option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aristeu Sergio Rozanski Filho authored and Linus Torvalds committed Aug 7, 2005
1 parent b7f08aa commit ff085c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/8xx_io/Kconfig
Expand Up @@ -69,7 +69,7 @@ config FEC_QS6612

config ENET_BIG_BUFFERS
bool "Use Big CPM Ethernet Buffers"
depends on NET_ETHERNET
depends on SCC_ENET || FEC_ENET
help
Allocate large buffers for MPC8xx Ethernet. Increases throughput
and decreases the likelihood of dropped packets, but costs memory.
Expand Down

0 comments on commit ff085c1

Please sign in to comment.