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 <marek.behun@nic.cz> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
824f2f9cd9
commit
730dad9919
1 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue