mgmt: mcumgr: Select console if using UART transport
This prevents a configuration error by selecting the console if the UART MCUmgr transport is used, which is actually a dependency for this transport. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9a63abc5c6
commit
b8ef838069
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
menuconfig MCUMGR_TRANSPORT_UART
|
menuconfig MCUMGR_TRANSPORT_UART
|
||||||
bool "UART mcumgr SMP transport"
|
bool "UART mcumgr SMP transport"
|
||||||
|
select CONSOLE
|
||||||
select UART_MCUMGR
|
select UART_MCUMGR
|
||||||
select BASE64
|
select BASE64
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue