Skip to content

Commit 4b48198

Browse files
committed
drivers: modem: deprecate MODEM_QUECTEL_BG9X
The modem_cellular implementation should suffice to handle the base usage of generic BG9x family devices, so deprecate the quectel-bg9x.c implementation. Signed-off-by: Guilherme Costa <guilhermecosta@stratioautomotive.com>
1 parent 1ccb65d commit 4b48198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/modem/Kconfig.quectel-bg9x

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config MODEM_QUECTEL_BG9X
7-
bool "Quectel modem driver"
7+
bool "Quectel modem driver [ DEPRECATED ]"
88
select MODEM_CONTEXT
99
select MODEM_CMD_HANDLER
1010
select MODEM_IFACE_UART
1111
select MODEM_SOCKET
1212
select NET_SOCKETS_OFFLOAD
13+
select DEPRECATED
1314
help
1415
Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem
1516
driver.

0 commit comments

Comments
 (0)