]> Git Repo - u-boot.git/commitdiff
net: mvneta: Don't check for CONFIG_PHYLIB
authorMarek Behún <[email protected]>
Wed, 27 Apr 2022 10:41:56 +0000 (12:41 +0200)
committerStefan Roese <[email protected]>
Wed, 4 May 2022 05:05:51 +0000 (07:05 +0200)
Drop checking for CONFIG_PHYLIB in mvneta, this is already done in
Kconfig.

Signed-off-by: Marek Behún <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
drivers/net/mvneta.c

index 5c3f7125b57e5ebb7745b961760217d1919f6e0c..0ec9d2957cd60c179449d708b7981d6e708fadc1 100644 (file)
 
 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 */
 
This page took 0.046076 seconds and 4 git commands to generate.