CONFIG_FS_FATFS_LFN_MODE_HEAP

Heap buffer

Type: bool

Help

Enable LFN with dynamic working buffer on the HEAP.

Direct dependencies

<choice: LFN memory mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/fs/Kconfig.fatfs:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:24<Zephyr>/subsys/fs/Kconfig:60

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support → ELM FAT file system support → ELM FAT file system settings → Enable long filenames (LFN) → LFN memory mode

config FS_FATFS_LFN_MODE_HEAP
    bool "Heap buffer" if FAT_FILESYSTEM_ELM
    depends on <choice: LFN memory mode>
    help
      Enable LFN with dynamic working buffer on the HEAP.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)