-
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 <Zephyr>/subsys/fs/Kconfig.fatfs:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:25
→ <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)
choice bool "LFN memory mode" ifFAT_FILESYSTEM_ELM
defaultFS_FATFS_LFN_MODE_BSS
depends onFS_FATFS_LFN
&&FAT_FILESYSTEM_ELM
&&FILE_SYSTEM
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)