-
CONFIG_SETTINGS_FS_MAX_LINES
¶
Compression threshold
Type: int
Help¶
Limit how many items stored in a file before compressing
Defaults¶
- 32 if
SETTINGS
&&SETTINGS_FS
Kconfig definition¶
At subsys/settings/Kconfig:86
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:36
Menu path: (top menu) → Enable settings subsystem with non-volatile storage
config SETTINGS_FS_MAX_LINES int prompt "Compression threshold" ifSETTINGS
&&SETTINGS_FS
default 32 ifSETTINGS
&&SETTINGS_FS
depends onSETTINGS
&&SETTINGS_FS
help Limit how many items stored in a file before compressing
(Definitions include propagated dependencies, including from if’s and menus.)