CONFIG_USB_DEVICE_MANUFACTURER
USB manufacturer name
Type: string
Help
USB device Manufacturer string. MUST be configured by vendor.
Direct dependencies
(USB_DEVICE_STACK
&& BOARD_INTEL_S1000_CRB
) || USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Defaults
“Intel(R) Corporation”
“ZEPHYR”
Kconfig definitions
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_MANUFACTURER
string
default "Intel(R) Corporation"
depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB
At <Zephyr>/subsys/usb/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:49
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
config USB_DEVICE_MANUFACTURER
string "USB manufacturer name"
default "ZEPHYR"
depends on USB_DEVICE_STACK
help
USB device Manufacturer string. MUST be configured by vendor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)