From: Marek BehĂșn Date: Wed, 27 Apr 2022 10:41:56 +0000 (+0200) Subject: net: mvneta: Don't check for CONFIG_PHYLIB X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=730dad9919bad79689069b181f5d240c761c35e0;p=u-boot.git net: mvneta: Don't check for CONFIG_PHYLIB Drop checking for CONFIG_PHYLIB in mvneta, this is already done in Kconfig. Signed-off-by: Marek BehĂșn Reviewed-by: Ramon Fried Reviewed-by: Stefan Roese --- diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c index 5c3f7125b5..0ec9d2957c 100644 --- a/drivers/net/mvneta.c +++ b/drivers/net/mvneta.c @@ -40,10 +40,6 @@ DECLARE_GLOBAL_DATA_PTR; -#if !defined(CONFIG_PHYLIB) -# error Marvell mvneta requires PHYLIB -#endif - #define CONFIG_NR_CPUS 1 #define ETH_HLEN 14 /* Total octets in header */