]> git.sur5r.net Git - u-boot/blobdiff - include/configs/VCMA9.h
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
[u-boot] / include / configs / VCMA9.h
index 6051480254339a33c9cf490b0a6875329a0d7e5d..618b7f0a7e0fe10529772cc81bf76d48c8caf1d6 100644 (file)
 /*
  * Hardware drivers
  */
-#define CONFIG_DRIVER_CS8900   1               /* we have a CS8900 on-board */
-#define CS8900_BASE            0x20000300
-#define CS8900_BUS16           1               /* the Linux driver does accesses as shorts */
+#define CONFIG_NET_MULTI
+#define CONFIG_CS8900          /* we have a CS8900 on-board */
+#define CONFIG_CS8900_BASE     0x20000300
+#define CONFIG_CS8900_BUS16    /* the Linux driver does accesses as shorts */
 
 #define CONFIG_DRIVER_S3C24X0_I2C      1       /* we use the buildin I2C controller */