:orphan: .. title:: FAT_FILESYSTEM_ELM .. option:: CONFIG_FAT_FILESYSTEM_ELM *ELM FAT file system support* Type: ``bool`` Help ==== .. code-block:: none Use the ELM FAT File system implementation. Direct dependencies =================== \ :option:`FILE_SYSTEM ` && \ :option:`FILE_SYSTEM ` *(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 ``/fs/Kconfig.fatfs:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:25`` → ``/fs/Kconfig:60`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. code-block:: kconfig 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.)*