CONFIG_FS_FATFS_EXFAT
Enable exFAT support
Type: bool
Help
Enable the exFAT format support for FatFs.
Direct dependencies
FAT_FILESYSTEM_ELM
&& FILE_SYSTEM
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/fs/Kconfig.fatfs:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <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
config FS_FATFS_EXFAT
bool "Enable exFAT support" if FAT_FILESYSTEM_ELM
select FS_FATFS_LFN
depends on FAT_FILESYSTEM_ELM && FILE_SYSTEM
help
Enable the exFAT format support for FatFs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)