The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_USB_DFU_CLASS

USB DFU Class Driver

Type: bool

Help

USB DFU class driver

Direct dependencies

IMG_MANAGER && USB_DEVICE_STACK

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/usb/class/Kconfig:131

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102

Menu path: (top menu) → USB device stack

config USB_DFU_CLASS
    bool
    prompt "USB DFU Class Driver" if IMG_MANAGER && USB_DEVICE_STACK
    select MPU_ALLOW_FLASH_WRITE if IMG_MANAGER && USB_DEVICE_STACK
    select POLL if IMG_MANAGER && USB_DEVICE_STACK
    depends on IMG_MANAGER && USB_DEVICE_STACK
    help
      USB DFU class driver

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