1CONFIG_LOG=y
2CONFIG_SHELL=y
3
4# Needed for boards that enable RTT backends for logging
5# e.g. nrf52840dk/nrf52840 and any others that enable it
6CONFIG_LOG_BACKEND_RTT=n
7
8# Enable the state machine framework
9CONFIG_SMF=y
10CONFIG_SMF_ANCESTOR_SUPPORT=y
11CONFIG_SMF_INITIAL_TRANSITION=y
12