choice: LFN memory mode

LFN memory mode

Type: bool

Direct dependencies

FS_FATFS_LFN && FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/fs/Kconfig:76

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

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support → FatFs 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 && FILE_SYSTEM

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