global: Migrate CONFIG_PHY_ET1011C_TX_CLK_FIX to CFG
Perform a simple rename of CONFIG_PHY_ET1011C_TX_CLK_FIX to CFG_PHY_ET1011C_TX_CLK_FIX Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
52139620be
commit
e9212bffe3
@ -60,7 +60,7 @@ static int et1011c_parse_status(struct phy_device *phydev)
|
||||
mii_reg |
|
||||
ET1011C_GMII_INTERFACE |
|
||||
ET1011C_SYS_CLK_EN |
|
||||
#ifdef CONFIG_PHY_ET1011C_TX_CLK_FIX
|
||||
#ifdef CFG_PHY_ET1011C_TX_CLK_FIX
|
||||
ET1011C_TX_CLK_EN |
|
||||
#endif
|
||||
ET1011C_TX_FIFO_DEPTH_16);
|
||||
|
Loading…
Reference in New Issue
Block a user