:orphan: .. title:: CONFIG_MASS_STORAGE_DISK_NAME .. kconfig:: CONFIG_MASS_STORAGE_DISK_NAME CONFIG_MASS_STORAGE_DISK_NAME ############################# *Mass storage disk or drive name* Type: ``string`` Help ==== .. code-block:: none Mass storage device disk or drive name Direct dependencies =================== \ :kconfig:`USB_MASS_STORAGE ` && \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - "RAM" Kconfig definition ================== At ``/usb/class/Kconfig.msc:12`` 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_DISK_NAME string "Mass storage disk or drive name" default "RAM" depends on USB_MASS_STORAGE && USB_DEVICE_STACK help Mass storage device disk or drive name *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*