: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 ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: config SETTINGS_ENCODE_LEN bool depends on \ :option:`SETTINGS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*