samples: mgmt: mcumgr: Select required symbols

Select required dependency symbolds for the various transports.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-01-13 13:46:08 +00:00 committed by Carles Cufí
commit fa3c6fdc28
4 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
# Allow for large Bluetooth data packets.
CONFIG_BT_L2CAP_TX_MTU=498
CONFIG_BT_BUF_ACL_RX_SIZE=502

View file

@ -3,5 +3,6 @@ CONFIG_USB_DEVICE_STACK=y
CONFIG_SERIAL=y
CONFIG_UART_LINE_CTRL=y
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_CONSOLE=y
# USB backend is serial device
CONFIG_MCUMGR_TRANSPORT_UART=y

View file

@ -1,2 +1,3 @@
# Enable the serial mcumgr transport.
CONFIG_MCUMGR_TRANSPORT_UART=y
CONFIG_CONSOLE=y

View file

@ -1,4 +1,6 @@
# Enable the shell mcumgr transport.
CONFIG_SHELL=y
CONFIG_SHELL_BACKEND_SERIAL=y
CONFIG_MCUMGR_TRANSPORT_SHELL=y
# mcumgr-cli application doesn't accepts log in the channel it uses