:orphan: .. title:: CONFIG_USB_DFU_CLASS .. kconfig:: CONFIG_USB_DFU_CLASS CONFIG_USB_DFU_CLASS #################### *USB DFU Class Driver* Type: ``bool`` Help ==== .. code-block:: none USB DFU class driver Direct dependencies =================== \ :kconfig:`IMG_MANAGER ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`MPU_ALLOW_FLASH_WRITE ` - \ :kconfig:`POLL ` - \ :kconfig:`IMG_ERASE_PROGRESSIVELY ` if \ :kconfig:`SOC_FLASH_NRF ` Kconfig definition ================== At ``/usb/class/dfu/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:20`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig menuconfig 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.)*