:orphan: .. title:: CONFIG_SMF_ANCESTOR_SUPPORT .. kconfig:: CONFIG_SMF_ANCESTOR_SUPPORT CONFIG_SMF_ANCESTOR_SUPPORT ########################### *Enable states to have 1 or more ancestors* Type: ``bool`` Help ==== .. code-block:: none If y, then the state machine framework includes ancestor state support Direct dependencies =================== \ :kconfig:`SMF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/smf/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:18`` Menu path: (Top) → Additional libraries → Enable Hierarchical State Machine .. code-block:: kconfig config SMF_ANCESTOR_SUPPORT bool "Enable states to have 1 or more ancestors" depends on SMF help If y, then the state machine framework includes ancestor state support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*