Skip to content

Commit 85b9aac

Browse files
ananglcarlescufi
authored andcommitted
[nrf fromtree] drivers: usb: udc: Fix VBUS ready timeout dependency in Kconfig.dwc2
This is a follow up to commit 4fe2c5b. The UDC_DWC2_USBHS_VBUS_READY_TIMEOUT Kconfig option should be available also for nRF92 Series SoCs (as it was previously when it depended on NRFS_HAS_VBUS_DETECTOR_SERVICE), otherwise some builds will fail for such targets. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 6360c7f)
1 parent c9c7f5b commit 85b9aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/udc/Kconfig.dwc2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config UDC_DWC2_THREAD_PRIORITY
4949

5050
config UDC_DWC2_USBHS_VBUS_READY_TIMEOUT
5151
int "UDC DWC2 USBHS VBUS ready event timeout in ms"
52-
depends on SOC_SERIES_NRF54HX || SOC_SERIES_NRF54LX
52+
depends on SOC_SERIES_NRF54HX || SOC_SERIES_NRF54LX || SOC_SERIES_NRF92X
5353
default 0
5454
help
5555
UDC DWC2 USBHS VBUS ready event timeout. If the VBUS is not ready

0 commit comments

Comments
 (0)