samples: net: cellular_modem: disable AT shell for NRF91_SLM

The NRF91_SLM has no additional AT channel for the AT shell to
use. This commit disables the AT shell for boards which use
the NRF91_SLM.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
This commit is contained in:
Bjarki Arge Andreasen 2024-06-20 15:15:41 +02:00 committed by Anas Nashif
parent a58abd0450
commit 9f867a1893
2 changed files with 6 additions and 0 deletions

View file

@ -13,3 +13,6 @@ CONFIG_MODEM_CELLULAR_UART_BUFFER_SIZES=6000
CONFIG_LOG_BACKEND_UART=y
CONFIG_MODEM_LOG_LEVEL_DBG=y
# Disable AT shell as SLM application has no AT mode user pipes
CONFIG_MODEM_AT_SHELL=n

View file

@ -16,3 +16,6 @@ CONFIG_NET_SOCKETS_OFFLOAD=n
CONFIG_LOG_BACKEND_UART=y
CONFIG_MODEM_LOG_LEVEL_DBG=y
# Disable AT shell as SLM application has no AT mode user pipes
CONFIG_MODEM_AT_SHELL=n