]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/4xx_enet.c
net: drop !NET_MULTI code
[karo-tx-uboot.git] / drivers / net / 4xx_enet.c
index 07170f6831e32621d7b02f1c325bf02b4cba2e19..9ab5c8028c0bc7dff770e03cb056e94694709336 100644 (file)
 #error "CONFIG_MII has to be defined!"
 #endif
 
-#if defined(CONFIG_NETCONSOLE) && !defined(CONFIG_NET_MULTI)
-#error "CONFIG_NET_MULTI has to be defined for NetConsole"
-#endif
-
 #define EMAC_RESET_TIMEOUT 1000 /* 1000 ms reset timeout */
 #define PHY_AUTONEGOTIATE_TIMEOUT 5000 /* 5000 ms autonegotiate timeout */