-
choice: Storage back-end
Storage back-end
Type: bool
Help¶
Storage back-end to be used by the settings subsystem.
Defaults¶
Choice options¶
Kconfig definition¶
At <Zephyr>/subsys/settings/Kconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:50
Menu path: (Top) → Sub Systems and OS Services → Settings
choice bool "Storage back-end" defaultSETTINGS_NVS
ifNVS
defaultSETTINGS_FCB
ifFCB
defaultSETTINGS_FS
ifFILE_SYSTEM
defaultSETTINGS_NONE
depends onSETTINGS
help Storage back-end to be used by the settings subsystem.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)