:orphan: .. title:: CONFIG_SETTINGS_ENCODE_LEN .. kconfig:: CONFIG_SETTINGS_ENCODE_LEN CONFIG_SETTINGS_ENCODE_LEN ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SETTINGS_FS ` Kconfig definition ================== At ``/settings/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig config SETTINGS_ENCODE_LEN bool depends on SETTINGS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*