:orphan: .. title:: FILE_SYSTEM_LITTLEFS .. option:: CONFIG_FILE_SYSTEM_LITTLEFS *LittleFS support* Type: ``bool`` Help ==== Enables LittleFS file system support. Direct dependencies =================== \ :option:`FILE_SYSTEM ` && \ :option:`FLASH_MAP ` && \ :option:`FLASH_PAGE_LAYOUT ` && \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig.littlefs:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` → ``subsys/fs/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. parsed-literal:: config FILE_SYSTEM_LITTLEFS bool "LittleFS support" depends on \ :option:`FILE_SYSTEM ` && \ :option:`FLASH_MAP ` && \ :option:`FLASH_PAGE_LAYOUT ` && \ :option:`FILE_SYSTEM ` help Enables LittleFS file system support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*