-
CONFIG_FS_FATFS_LFN_MODE_STACK
¶
Stack buffer
Type: bool
Help¶
Enable LFN with dynamic working buffer on the STACK.
Kconfig definition¶
At subsys/fs/Kconfig:88
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
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.)