:orphan: .. title:: CONFIG_FS_FATFS_LFN .. kconfig:: CONFIG_FS_FATFS_LFN CONFIG_FS_FATFS_LFN ################### *Enable long filenames (LFN)* Type: ``bool`` Help ==== .. code-block:: none Without long filenames enabled, file names are limited to 8.3 format. This option increases working buffer size. Direct dependencies =================== \ :kconfig:`FAT_FILESYSTEM_ELM ` && \ :kconfig:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`FS_FATFS_EXFAT ` Kconfig definition ================== At ``/fs/Kconfig.fatfs:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` → ``/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 .. code-block:: kconfig config FS_FATFS_LFN bool "Enable long filenames (LFN)" if FAT_FILESYSTEM_ELM depends on FAT_FILESYSTEM_ELM && FILE_SYSTEM help Without long filenames enabled, file names are limited to 8.3 format. This option increases working buffer size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*