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 Subsystem>/fs/Kconfig.fatfs:5

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:25<Zephyr Subsystem>/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.)