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