1
0
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:
Marek Vasut
2024-05-31 18:47:17 +02:00
committed by Tom Rini
parent 4031a4299c
commit 6610375959
116 changed files with 75 additions and 89 deletions

View File

@@ -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