1# Enable the shell MCUmgr transport.
2CONFIG_BASE64=y
3CONFIG_SHELL=y
4CONFIG_SHELL_BACKEND_SERIAL=y
5CONFIG_MCUMGR_TRANSPORT_SHELL=y
6
7# mcumgr-cli application doesn't accepts log in the channel it uses
8CONFIG_SHELL_LOG_BACKEND=n
9