CONFIG_FAT_FILESYSTEM_ELM

ELM FAT file system support

Type: bool

Help

Use the ELM FAT File system implementation.

Direct dependencies

FILE_SYSTEM && 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.fatfs:5

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

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

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

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