-
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.)
Kconfig definition¶
At subsys/settings/Kconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:34
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> 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.)