:orphan: .. title:: CONFIG_USB_DFU_DETACH_TIMEOUT .. kconfig:: CONFIG_USB_DFU_DETACH_TIMEOUT CONFIG_USB_DFU_DETACH_TIMEOUT ############################# *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`USB_DFU_CLASS ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/usb/class/dfu/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:20`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver .. code-block:: kconfig config USB_DFU_DETACH_TIMEOUT int default 1000 depends on USB_DFU_CLASS && USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*