-
CONFIG_FS_NFFS_NUM_BLOCKS
¶
Maximum number of blocks
Type: int
Defaults¶
- 100 if
FILE_SYSTEM
Kconfig definition¶
At subsys/fs/Kconfig:77
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:18
Menu path: (top menu) → File Systems → NFFS Settings
config FS_NFFS_NUM_BLOCKS int prompt "Maximum number of blocks" ifFILE_SYSTEM
&&FILE_SYSTEM_NFFS
range 1 32768 ifFILE_SYSTEM
default 100 ifFILE_SYSTEM
depends onFILE_SYSTEM
(Definitions include propagated dependencies, including from if’s and menus.)