CONFIG_USB_DEVICE_VID

USB Vendor ID

Type: hex

Help

USB device vendor ID. MUST be configured by vendor.

Direct dependencies

USB_DEVICE_STACK

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/usb/Kconfig:36

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:26

Menu path: (top menu) → USB device stack

config USB_DEVICE_VID
    hex
    prompt "USB Vendor ID" if USB_DEVICE_STACK
    default 0x2FE3 if USB_DEVICE_STACK
    depends on USB_DEVICE_STACK
    help
      USB device vendor ID. MUST be configured by vendor.

(Definitions include propagated dependencies, including from if’s and menus.)