CONFIG_USB_MASS_STORAGE

USB Mass Storage Device Class Driver

Type: bool

Help

USB Mass Storage device class driver

Direct dependencies

USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/usb/class/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:42<Zephyr>/subsys/usb/Kconfig:144

Menu path: (Top) → Sub Systems and OS Services → USB Device Support

config USB_MASS_STORAGE
    bool "USB Mass Storage Device Class Driver"
    select DISK_ACCESS
    depends on USB_DEVICE_STACK
    help
      USB Mass Storage device class driver

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)