-
CONFIG_SETTINGS_FS_DIR
¶
Serialization directory
Type: string
Help¶
Directory where the settings data is stored
Defaults¶
- “/settings” if
SETTINGS
&&SETTINGS_FS
Kconfig definition¶
At subsys/settings/Kconfig:72
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:36
Menu path: (top menu) → Enable settings subsystem with non-volatile storage
config SETTINGS_FS_DIR string prompt "Serialization directory" ifSETTINGS
&&SETTINGS_FS
default "/settings" ifSETTINGS
&&SETTINGS_FS
depends onSETTINGS
&&SETTINGS_FS
help Directory where the settings data is stored
(Definitions include propagated dependencies, including from if’s and menus.)