CONFIG_USB_DEVICE_DFU_PID

USB DFU Product ID

Type: hex

Help

USB device product ID in DFU mode. MUST be configured by vendor.

Direct dependencies

USB_DFU_CLASS && USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Default

  • 0xFFFF

Kconfig definition

At <Zephyr>/subsys/usb/class/dfu/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:45<Zephyr>/subsys/usb/Kconfig:144<Zephyr>/subsys/usb/class/Kconfig:140

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

config USB_DEVICE_DFU_PID
    hex "USB DFU Product ID"
    default 0xFFFF
    depends on USB_DFU_CLASS && USB_DEVICE_STACK
    help
      USB device product ID in DFU mode. MUST be configured by vendor.

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