From 2eab48f511b5445383009131c64141800720eb5e Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 23 May 2005 10:49:50 +0000 Subject: * Extend burst mode RAM test program to take a loop count (0 = infinite) * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on those boards that use it. --- drivers/ks8695eth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/ks8695eth.c b/drivers/ks8695eth.c index 89c766bf1..a4b03aee8 100644 --- a/drivers/ks8695eth.c +++ b/drivers/ks8695eth.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef CONFIG_DRIVER_KS8695ETH + /****************************************************************************/ #include @@ -233,4 +235,4 @@ int eth_send(volatile void *packet, int len) return len; } -/****************************************************************************/ +#endif /* CONFIG_DRIVER_KS8695ETH */ -- cgit v1.2.3