:orphan: .. title:: FAT_FILESYSTEM_ELM .. option:: CONFIG_FAT_FILESYSTEM_ELM *ELM FAT file system support* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/fs/Kconfig.fatfs:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` → ``subsys/fs/Kconfig:60`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. parsed-literal:: config FAT_FILESYSTEM_ELM bool "ELM FAT file system support" select \ :option:`DISK_ACCESS ` depends on \ :option:`FILE_SYSTEM ` && \ :option:`FILE_SYSTEM ` help Use the ELM FAT File system implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*