The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_SETTINGS_CUSTOM

CUSTOM

Type: bool

Help

Use a custom settings storage back-end.

Direct dependencies

<choice: Storage back-end>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/settings/Kconfig:66

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:53

Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end

config SETTINGS_CUSTOM
    bool "CUSTOM"
    depends on <choice: Storage back-end>
    help
      Use a custom settings storage back-end.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)