-
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 if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/settings/Kconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:36
Menu path: (top menu) → Enable settings subsystem with non-volatile storage → Storage back-end
config SETTINGS_FS bool prompt "File System" ifFILE_SYSTEM
&& <choice: Storage back-end> selectSETTINGS_ENCODE_LEN
ifFILE_SYSTEM
&& <choice: Storage back-end> depends onFILE_SYSTEM
&& <choice: Storage back-end> help Use a file system as a settings storage back-end.
(Definitions include propagated dependencies, including from if’s and menus.)