CONFIG_SETTINGS_CUSTOM
CUSTOM
Type: bool
Help
Use a custom settings storage back-end.
Direct dependencies
<choice SETTINGS_BACKEND: Storage back-end>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/settings/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:57
Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end
config SETTINGS_CUSTOM
bool "CUSTOM"
depends on <choice SETTINGS_BACKEND>
help
Use a custom settings storage back-end.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)