CONFIG_USB_DFU_CLASS

USB DFU Class Driver

Type: bool

Help

USB DFU class driver

Direct dependencies

IMG_MANAGER && USB_DEVICE_STACK && USB_DEVICE_STACK

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/usb/class/Kconfig:135

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

Menu path: (top menu) → USB device stack

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

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