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