* 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.
diff --git a/drivers/ks8695eth.c b/drivers/ks8695eth.c
index 89c766b..a4b03ae 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 <common.h>
@@ -233,4 +235,4 @@
 	return len;
 }
 
-/****************************************************************************/
+#endif	/* CONFIG_DRIVER_KS8695ETH */