CONFIG_FAT_FILESYSTEM_ELM

ELM FAT File System

Type: bool

Help

Use the ELM FAT File system implementation.

Direct dependencies

FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/fs/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:24

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support

config FAT_FILESYSTEM_ELM
    bool "ELM FAT File System"
    select DISK_ACCESS
    depends on FILE_SYSTEM
    help
      Use the ELM FAT File system implementation.

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