The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_FS_FATFS_LFN_MODE_STACK

Stack buffer

Type: bool

Help

Enable LFN with dynamic working buffer on the STACK.

Direct dependencies

<choice: LFN memory mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/fs/Kconfig.fatfs:77

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:25subsys/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_STACK
    bool "Stack buffer" if FAT_FILESYSTEM_ELM
    depends on <choice: LFN memory mode>
    help
      Enable LFN with dynamic working buffer on the STACK.

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