:orphan: .. title:: CONFIG_USB_DEVICE_DFU_PID .. kconfig:: CONFIG_USB_DEVICE_DFU_PID CONFIG_USB_DEVICE_DFU_PID ######################### *USB DFU Product ID* Type: ``hex`` Help ==== .. code-block:: none USB device product ID in DFU mode. MUST be configured by vendor. Direct dependencies =================== \ :kconfig:`USB_DFU_CLASS ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xFFFF Kconfig definition ================== At ``/usb/class/dfu/Kconfig:15`` 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 → USB DFU Class Driver .. code-block:: kconfig 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.)*