mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol
Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. This removes one more configuration headers option finalizes its Kconfig symbol conversion. No functional change expected. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -58,10 +58,6 @@ struct udevice;
|
||||
#define PHY_10G_FEATURES (PHY_GBIT_FEATURES | \
|
||||
SUPPORTED_10000baseT_Full)
|
||||
|
||||
#ifndef PHY_ANEG_TIMEOUT
|
||||
#define PHY_ANEG_TIMEOUT CONFIG_PHY_ANEG_TIMEOUT
|
||||
#endif
|
||||
|
||||
struct phy_device;
|
||||
|
||||
#define MDIO_NAME_LEN 32
|
||||
|
Reference in New Issue
Block a user