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