-
CONFIG_USB_DEVICE_PID
¶
USB Product ID
Type: hex
Help¶
USB device product ID. MUST be configured by vendor.
Direct dependencies¶
(USB
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Defaults¶
“0x0B1A”
0x0100
Kconfig definitions¶
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DEVICE_PID hex default "0x0B1A" depends onUSB
&&BOARD_INTEL_S1000_CRB
At <Zephyr>/subsys/usb/Kconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
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.)