diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig index d43978da536..431d179a31b 100644 --- a/drivers/usb/device/Kconfig +++ b/drivers/usb/device/Kconfig @@ -16,7 +16,7 @@ config USB_DC_HAS_HS_SUPPORT USB device controller supports high speed. config USB_DEVICE_REMOTE_WAKEUP - bool + bool "Enable remote wakeup support" help USB device controller supports remote wakeup feature. @@ -81,7 +81,7 @@ config USB_NRFX depends on HAS_HW_NRF_USBD select NRFX_USBD select NRFX_POWER - select USB_DEVICE_REMOTE_WAKEUP + imply USB_DEVICE_REMOTE_WAKEUP help nRF USB Device Controller Driver