:orphan: .. title:: USB_DEVICE_PRODUCT .. option:: CONFIG_USB_DEVICE_PRODUCT *USB product name* Type: ``string`` Help ==== USB device Product string. MUST be configured by vendor. Direct dependencies =================== (\ :option:`USB ` && \ :option:`BOARD_DEGU_EVK `) || (\ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "Degu Evaluation Kit" - "Sue Creek (S1000) ASIC" - "USB-DEV" Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/degu_evk/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DEVICE_PRODUCT string default "Degu Evaluation Kit" depends on \ :option:`USB ` && \ :option:`BOARD_DEGU_EVK ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DEVICE_PRODUCT string default "Sue Creek (S1000) ASIC" depends on \ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``subsys/usb/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_DEVICE_PRODUCT string "USB product name" default "USB-DEV" depends on \ :option:`USB_DEVICE_STACK ` help USB device Product string. MUST be configured by vendor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*