-
CONFIG_USB_DEVICE_VID
¶
USB Vendor ID
Type: hex
Help¶
USB device vendor ID. MUST be configured by vendor.
Direct dependencies¶
(USB
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_STACK
(Includes any dependencies from if’s and menus.)
Defaults¶
- “0x8087” if
USB
&&BOARD_INTEL_S1000_CRB
- 0x2FE3 if
USB_DEVICE_STACK
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:91
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_DEVICE_VID hex default "0x8087" ifUSB
&&BOARD_INTEL_S1000_CRB
depends onUSB
&&BOARD_INTEL_S1000_CRB
At subsys/usb/Kconfig:21
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
Menu path: (top menu) → USB device stack
config USB_DEVICE_VID hex prompt "USB Vendor ID" ifUSB_DEVICE_STACK
default 0x2FE3 ifUSB_DEVICE_STACK
depends onUSB_DEVICE_STACK
help USB device vendor ID. MUST be configured by vendor.
(Definitions include propagated dependencies, including from if’s and menus.)