:orphan: .. title:: CONFIG_USB_DEVICE_REMOTE_WAKEUP .. kconfig:: CONFIG_USB_DEVICE_REMOTE_WAKEUP CONFIG_USB_DEVICE_REMOTE_WAKEUP ############################### *Enable remote wakeup support* Type: ``bool`` Help ==== .. code-block:: none USB device controller supports remote wakeup feature. Direct dependencies =================== \ :kconfig:`USB_DEVICE_DRIVER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that imply this symbol ============================== - \ :kconfig:`USB_NRFX ` Kconfig definition ================== At ``/usb/device/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers .. code-block:: kconfig config USB_DEVICE_REMOTE_WAKEUP bool "Enable remote wakeup support" depends on USB_DEVICE_DRIVER help USB device controller supports remote wakeup feature. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*