- choice SETTINGS_BACKEND: Storage back-end
Storage back-end
Type: bool
Help
Storage back-end to be used by the settings subsystem.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
Choice options
Kconfig definition
At <Zephyr>/subsys/settings/Kconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:57
Menu path: (Top) → Sub Systems and OS Services → Settings
choice SETTINGS_BACKEND
bool "Storage back-end"
default SETTINGS_NVS if NVS
default SETTINGS_FCB if FCB
default SETTINGS_FS if FILE_SYSTEM
default SETTINGS_NONE
depends on SETTINGS
help
Storage back-end to be used by the settings subsystem.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)