:orphan: .. title:: SETTINGS_DYNAMIC_HANDLERS .. option:: CONFIG_SETTINGS_DYNAMIC_HANDLERS *dynamic settings handlers* Type: ``bool`` Help ==== .. code-block:: none Enables the use of dynamic settings handlers Direct dependencies =================== \ :option:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/settings/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig config SETTINGS_DYNAMIC_HANDLERS bool "dynamic settings handlers" default y depends on SETTINGS help Enables the use of dynamic settings handlers *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*