:orphan: .. title:: CONFIG_MASS_STORAGE_INQ_VENDOR_ID .. kconfig:: CONFIG_MASS_STORAGE_INQ_VENDOR_ID CONFIG_MASS_STORAGE_INQ_VENDOR_ID ################################# *T10 assigned vendor ID for inquiry (must be 8 characters)* Type: ``string`` Help ==== .. code-block:: none Vendor ID used for enquiry requests. Spaces must be added to bring the string to 8 bytes. Direct dependencies =================== \ :kconfig:`USB_MASS_STORAGE ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - "ZEPHYR " Kconfig definition ================== At ``/usb/class/Kconfig.msc:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Mass Storage Device Class support .. code-block:: kconfig config MASS_STORAGE_INQ_VENDOR_ID string "T10 assigned vendor ID for inquiry (must be 8 characters)" default "ZEPHYR " depends on USB_MASS_STORAGE && USB_DEVICE_STACK help Vendor ID used for enquiry requests. Spaces must be added to bring the string to 8 bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*