:orphan: .. title:: SETTINGS_ENCODE_LEN .. option:: CONFIG_SETTINGS_ENCODE_LEN *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SETTINGS_FS ` Kconfig definition ================== At ``/settings/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*