-
CONFIG_FILE_SYSTEM_NFFS
¶
NFFS file system support
Type: bool
Help¶
Enables NFFS file system support. Note: NFFS requires 1-byte unaligned access to flash thus it will not work on devices that support only aligned flash access.
Direct dependencies¶
FLASH_PAGE_LAYOUT
&& FILE_SYSTEM
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/fs/Kconfig:38
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:18
Menu path: (top menu) → File Systems
config FILE_SYSTEM_NFFS bool prompt "NFFS file system support" ifFLASH_PAGE_LAYOUT
&&FILE_SYSTEM
selectFS_FLASH_STORAGE_PARTITION
ifFLASH_PAGE_LAYOUT
&&FILE_SYSTEM
depends onFLASH_PAGE_LAYOUT
&&FILE_SYSTEM
help Enables NFFS file system support. Note: NFFS requires 1-byte unaligned access to flash thus it will not work on devices that support only aligned flash access.
(Definitions include propagated dependencies, including from if’s and menus.)