]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/ks8695eth.c
Merged and added more pxa-regs.h stuff, especially the GPIO Control
[karo-tx-uboot.git] / drivers / ks8695eth.c
index 89c766bf126065004ad72a1968102d3c3d78457e..a4b03aee8c7ca0df0ccd92c4313ddb6357bf11e1 100644 (file)
@@ -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 @@ int eth_send(volatile void *packet, int len)
        return len;
 }
 
-/****************************************************************************/
+#endif /* CONFIG_DRIVER_KS8695ETH */