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:
Jamie McCrae 2023-01-06 14:45:37 +00:00 committed by Carles Cufí
commit b8ef838069

View file

@ -11,6 +11,7 @@
menuconfig MCUMGR_TRANSPORT_UART
bool "UART mcumgr SMP transport"
select CONSOLE
select UART_MCUMGR
select BASE64
help