-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/fs/Kconfig:47
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:16
Menu path: (top menu) → File Systems
config FILE_SYSTEM_NFFS bool prompt "NFFS file system support" ifFILE_SYSTEM
selectFLASH_PAGE_LAYOUT
ifFILE_SYSTEM
selectFS_FLASH_STORAGE_PARTITION
ifFILE_SYSTEM
depends onFILE_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.)