:orphan: .. title:: CONFIG_SETTINGS_DYNAMIC_HANDLERS .. kconfig:: CONFIG_SETTINGS_DYNAMIC_HANDLERS CONFIG_SETTINGS_DYNAMIC_HANDLERS ################################ *dynamic settings handlers* Type: ``bool`` Help ==== .. code-block:: none Enables the use of dynamic settings handlers Direct dependencies =================== \ :kconfig:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/settings/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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.)*