Merge "Include all NET_SCH modules, for testing networking with "tc"."
diff --git a/drivers/usb/dwc_otg/dwc_otg_cil.c b/drivers/usb/dwc_otg/dwc_otg_cil.c
index 84f1179..b5de301 100644
--- a/drivers/usb/dwc_otg/dwc_otg_cil.c
+++ b/drivers/usb/dwc_otg/dwc_otg_cil.c
@@ -367,7 +367,9 @@
 		intr_mask.b.rxstsqlvl = 1;
 	}
 
+#if !defined(CONFIG_DWC_OTG_HOST_ONLY) && !defined(CONFIG_DWC_OTG_DEVICE_ONLY)
 	intr_mask.b.conidstschng = 1;
+#endif
 	intr_mask.b.wkupintr = 1;
 	intr_mask.b.disconnect = 0;
 	intr_mask.b.usbsuspend = 1;