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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/usb/class/Kconfig:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:42<Zephyr>/subsys/usb/Kconfig:144

Menu path: (Top) → Sub Systems and OS Services → USB Device Support

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)