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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Library>/smf/Kconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/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.)