:orphan: .. title:: USB_DFU_DETACH_TIMEOUT .. option:: CONFIG_USB_DFU_DETACH_TIMEOUT *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`USB_DFU_CLASS ` && \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/class/dfu/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` → ``subsys/usb/Kconfig:144`` → ``subsys/usb/class/Kconfig:140`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver .. parsed-literal:: config USB_DFU_DETACH_TIMEOUT int default 1000 depends on \ :option:`USB_DFU_CLASS ` && \ :option:`USB_DEVICE_STACK ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*