:orphan: .. title:: CONFIG_SMF .. kconfig:: CONFIG_SMF CONFIG_SMF ########## *Enable Hierarchical State Machine* Type: ``bool`` Help ==== .. code-block:: none This option enables the Hierarchical State Machine library Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/smf/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:18`` Menu path: (Top) → Additional libraries .. code-block:: kconfig config SMF bool "Enable Hierarchical State Machine" help This option enables the Hierarchical State Machine library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*