drivers: usb: allow to disable option USB_DEVICE_REMOTE_WAKEUP

This flag may cause host to more ambitious power saving behavior,
not all Zephyr USB classes or applications may be ready for this
now. Allow to disable option USB_DEVICE_REMOTE_WAKEUP.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-12-02 10:06:39 +01:00 committed by Christopher Friedt
commit 64751220bd

View file

@ -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