usb: dwc3: Fix enabling USB_DR_MODE_HOST
[platform/kernel/u-boot.git] / drivers / usb / dwc3 / dwc3-layerscape.c
index 58baa01..c32df23 100644 (file)
@@ -193,7 +193,7 @@ static int dwc3_layerscape_bind(struct udevice *dev)
                driver = "dwc3-layerscape-peripheral";
                break;
 #endif
-#if defined(CONFIG_SPL_USB_HOST) || !defined(CONFIG_SPL_BUILD)
+#if CONFIG_IS_ENABLED(USB_HOST)
        case USB_DR_MODE_HOST:
                dev_dbg(dev, "Using host mode\n");
                driver = "dwc3-layerscape-host";