:orphan: .. title:: CONFIG_USB_DEVICE_PID .. kconfig:: CONFIG_USB_DEVICE_PID CONFIG_USB_DEVICE_PID ##################### *USB Product ID* Type: ``hex`` Help ==== .. code-block:: none USB device product ID. MUST be configured by vendor. Direct dependencies =================== (\ :kconfig:`USB_DEVICE_STACK ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "0x0B1A" - 0x0100 Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DEVICE_PID hex default "0x0B1A" depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB ---- At ``/usb/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig config USB_DEVICE_PID hex "USB Product ID" default 0x0100 depends on USB_DEVICE_STACK help USB device product ID. MUST be configured by vendor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*