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 <Subsystem>/usb/class/dfu/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:49
→ <Subsystem>/usb/Kconfig:161
→ <Subsystem>/usb/class/Kconfig:20
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.)