:orphan: .. title:: USB_DEVICE_DFU_PID .. option:: 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 =================== \ :option:`USB_DFU_CLASS ` && \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xFFFF Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/class/dfu/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` → ``subsys/usb/Kconfig:144`` → ``subsys/usb/class/Kconfig:140`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver .. parsed-literal:: config USB_DEVICE_DFU_PID hex "USB DFU Product ID" default 0xFFFF depends on \ :option:`USB_DFU_CLASS ` && \ :option:`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.)*