:orphan: .. title:: FS_FATFS_LFN_MODE_HEAP .. option:: CONFIG_FS_FATFS_LFN_MODE_HEAP *Heap buffer* Type: ``bool`` Help ==== Enable LFN with dynamic working buffer on the HEAP. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:16`` Menu path: (Top) → File Systems → File system support → FatFs Settings → Enable long filenames (LFN) → LFN memory mode .. parsed-literal:: config FS_FATFS_LFN_MODE_HEAP bool "Heap buffer" if \ :option:`FAT_FILESYSTEM_ELM ` depends on \ :ref:` ` help Enable LFN with dynamic working buffer on the HEAP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*