aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-ab8500-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-ab8500-usb.c')
-rw-r--r--drivers/phy/phy-ab8500-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-ab8500-usb.c b/drivers/phy/phy-ab8500-usb.c
index 0e04595717..3d3d48c973 100644
--- a/drivers/phy/phy-ab8500-usb.c
+++ b/drivers/phy/phy-ab8500-usb.c
@@ -19,7 +19,7 @@ static int ab8500_usb_phy_power_on(struct phy *phy)
struct udevice *dev = phy->dev;
uint set = AB8500_BIT_PHY_CTRL_DEVICE_EN;
- if (CONFIG_IS_ENABLED(USB_MUSB_HOST))
+ if (IS_ENABLED(CONFIG_USB_MUSB_HOST))
set = AB8500_BIT_PHY_CTRL_HOST_EN;
return pmic_clrsetbits(dev->parent, AB8500_USB_PHY_CTRL_REG,