CONFIG_USB_DFU_DETACH_TIMEOUT

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

USB_DFU_CLASS && USB_DEVICE_STACK && USB_DEVICE_STACK

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/usb/class/Kconfig:147

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:26subsys/usb/Kconfig:84

Menu path: (top menu) → USB device stack

config USB_DFU_DETACH_TIMEOUT
    int
    default 1000 if USB_DFU_CLASS && USB_DEVICE_STACK && USB_DEVICE_STACK
    depends on USB_DFU_CLASS && USB_DEVICE_STACK && USB_DEVICE_STACK

(Definitions include propagated dependencies, including from if’s and menus.)