From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from panda.sul.com.br (panda.sul.com.br [200.219.150.4]) by ozlabs.org (Postfix) with ESMTP id 8E7C667F03 for ; Sun, 7 Aug 2005 04:00:18 +1000 (EST) Date: Sat, 6 Aug 2005 15:00:17 -0300 From: Aristeu Sergio Rozanski Filho To: Marcelo Tosatti Message-ID: <20050806180017.GT5210@cathedrallabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-embedded@ozlabs.org Subject: [PATCH] 8xx: restrict ENET_BIG_BUFFERS option List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 8xx: restrict ENET_BIG_BUFFERS option to drivers which actually uses it Signed-off-by: Aristeu Sergio Rozanski Filho Index: 8xx/arch/ppc/8xx_io/Kconfig =================================================================== --- 8xx.orig/arch/ppc/8xx_io/Kconfig 2005-08-04 08:38:10.000000000 -0300 +++ 8xx/arch/ppc/8xx_io/Kconfig 2005-08-04 08:48:10.000000000 -0300 @@ -69,7 +69,7 @@ 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.