:orphan: .. title:: SETTINGS_NONE .. option:: CONFIG_SETTINGS_NONE *NONE* Type: ``bool`` Help ==== No storage back-end. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end .. parsed-literal:: config SETTINGS_NONE bool "NONE" depends on \ :ref:` ` help No storage back-end. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*