CONFIG_SMF_ANCESTOR_SUPPORT

Enable states to have 1 or more ancestors

Type: bool

Help

If y, then the state machine framework includes ancestor state support

Direct dependencies

SMF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/lib/smf/Kconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:18

Menu path: (Top) → Additional libraries → Enable Hierarchical State Machine

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.)