-
CONFIG_SETTINGS_FS
¶
File System
Type: bool
Help¶
Use a file system as a settings storage back-end.
Direct dependencies¶
FILE_SYSTEM
&& <choice: Storage back-end>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/settings/Kconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:34
Menu path: (Top) → Enable settings subsystem with non-volatile storage → Storage back-end
config SETTINGS_FS bool "File System" selectSETTINGS_ENCODE_LEN
depends onFILE_SYSTEM
&& <choice: Storage back-end> help Use a file system as a settings storage back-end.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)