The latest development version of this page may be more current than this released 2.7.5 version.
choice: LFN memory mode

LFN memory mode

Type: bool

Direct dependencies

FS_FATFS_LFN && FAT_FILESYSTEM_ELM && FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At subsys/fs/Kconfig.fatfs:68

Included via Kconfig:8Kconfig.zephyr:44subsys/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)

choice
    bool "LFN memory mode" if FAT_FILESYSTEM_ELM
    default FS_FATFS_LFN_MODE_BSS
    depends on FS_FATFS_LFN && FAT_FILESYSTEM_ELM && FILE_SYSTEM

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