-
CONFIG_USB_DEVICE_PRODUCT
¶
USB product name
Type: string
Help¶
USB device Product string. MUST be configured by vendor.
Direct dependencies¶
(USB
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Defaults¶
“Sue Creek (S1000) ASIC”
“USB-DEV”
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:89
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config USB_DEVICE_PRODUCT string default "Sue Creek (S1000) ASIC" depends onUSB
&&BOARD_INTEL_S1000_CRB
At subsys/usb/Kconfig:39
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
Menu path: (Top) → USB device stack
config USB_DEVICE_PRODUCT
string "USB product name"
default "USB-DEV"
depends on USB_DEVICE_STACK
help
USB device Product string. MUST be configured by vendor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)