:orphan: .. title:: FS_LITTLEFS_PROG_SIZE .. option:: CONFIG_FS_LITTLEFS_PROG_SIZE *Minimum size of a block program* Type: ``int`` Help ==== All program operations will be a multiple of this value. Direct dependencies =================== \ :option:`FILE_SYSTEM_LITTLEFS ` && \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig.littlefs:37`` 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 → LittleFS support → LittleFS Settings .. parsed-literal:: config FS_LITTLEFS_PROG_SIZE int "Minimum size of a block program" if \ :option:`FILE_SYSTEM_LITTLEFS ` default 16 depends on \ :option:`FILE_SYSTEM_LITTLEFS ` && \ :option:`FILE_SYSTEM ` help All program operations will be a multiple of this value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*