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:
parent
bdaac354f4
commit
64751220bd
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ config USB_DC_HAS_HS_SUPPORT
|
||||||
USB device controller supports high speed.
|
USB device controller supports high speed.
|
||||||
|
|
||||||
config USB_DEVICE_REMOTE_WAKEUP
|
config USB_DEVICE_REMOTE_WAKEUP
|
||||||
bool
|
bool "Enable remote wakeup support"
|
||||||
help
|
help
|
||||||
USB device controller supports remote wakeup feature.
|
USB device controller supports remote wakeup feature.
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ config USB_NRFX
|
||||||
depends on HAS_HW_NRF_USBD
|
depends on HAS_HW_NRF_USBD
|
||||||
select NRFX_USBD
|
select NRFX_USBD
|
||||||
select NRFX_POWER
|
select NRFX_POWER
|
||||||
select USB_DEVICE_REMOTE_WAKEUP
|
imply USB_DEVICE_REMOTE_WAKEUP
|
||||||
help
|
help
|
||||||
nRF USB Device Controller Driver
|
nRF USB Device Controller Driver
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue