:orphan: .. title:: FS_FATFS_LFN_MODE_BSS .. option:: CONFIG_FS_FATFS_LFN_MODE_BSS *Static buffer* Type: ``bool`` Help ==== Enable LFN with static working buffer on the BSS. Always NOT thread-safe. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig.fatfs:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` → ``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) → LFN memory mode .. parsed-literal:: config FS_FATFS_LFN_MODE_BSS bool "Static buffer" if \ :option:`FAT_FILESYSTEM_ELM ` depends on \ :ref:` ` help Enable LFN with static working buffer on the BSS. Always NOT thread-safe. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*