]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/gr_ep2s60.h
Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
[people/ms/u-boot.git] / include / configs / gr_ep2s60.h
index 7b0a08ff01ded013c6daa93c0c4c3537337dbf0c..3a568ffad2508c17a999fe027e283c83572463c0 100644 (file)
 #ifndef USE_GRETH
 
 /* USE SMC91C111 MAC */
-#define CONFIG_DRIVER_SMC91111          1
+#define CONFIG_NET_MULTI
+#define CONFIG_SMC91111          1
 #define CONFIG_SMC91111_BASE           0x20000300      /* chip select 3         */
 #define CONFIG_SMC_USE_32_BIT          1       /* 32 bit bus  */
 #undef  CONFIG_SMC_91111_EXT_PHY       /* we use internal phy   */