serial: add BCM283x mini UART driver
[oweals/u-boot.git] / drivers / net / xilinx_axi_emac.c
index 4a514d08ae0fac8592dcf7a45789420cf43b54eb..81274ee13bca869567ecc3986f4f90fe8c071f7d 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#if !defined(CONFIG_PHYLIB)
-# error AXI_ETHERNET requires PHYLIB
-#endif
-
 /* Link setup */
 #define XAE_EMMC_LINKSPEED_MASK        0xC0000000 /* Link speed */
 #define XAE_EMMC_LINKSPD_10    0x00000000 /* Link Speed mask for 10 Mbit */