The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_MASS_STORAGE_DISK_NAME

Mass storage disk or drive name

Type: string

Help

Mass storage device disk or drive name

Direct dependencies

USB_MASS_STORAGE && USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Default

  • “RAM”

Kconfig definition

At subsys/usb/class/Kconfig:76

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:45subsys/usb/Kconfig:144

Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Mass Storage Device Class Driver

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.)