:orphan: .. title:: USB_MASS_STORAGE .. option:: CONFIG_USB_MASS_STORAGE *USB Mass Storage Device Class support* Type: ``bool`` Help ==== .. code-block:: none USB Mass Storage device class support Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`DISK_ACCESS ` Kconfig definition ================== At ``/usb/class/Kconfig.msc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:49`` → ``/usb/Kconfig:153`` → ``/usb/class/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig menuconfig USB_MASS_STORAGE bool "USB Mass Storage Device Class support" select DISK_ACCESS depends on USB_DEVICE_STACK help USB Mass Storage device class support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*