:orphan: .. title:: USB_DEVICE_VID .. option:: CONFIG_USB_DEVICE_VID *USB Vendor ID* Type: ``hex`` Help ==== USB device vendor ID. MUST be configured by vendor. Direct dependencies =================== (\ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "0x8087" - 0x2FE3 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DEVICE_VID hex default "0x8087" depends on \ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``subsys/usb/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_DEVICE_VID hex "USB Vendor ID" default 0x2FE3 depends on \ :option:`USB_DEVICE_STACK ` help USB device vendor ID. MUST be configured by vendor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*