drivers: modem: gsm: Mark as deprecated

The MODEM_GSM_PPP driver is now deprecated in favor of
using MODEM_CELLULAR.

Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
Ryan Erickson 2023-09-18 08:17:50 -05:00 committed by Fabio Baltieri
commit aaed347d60

View file

@ -2,14 +2,15 @@
# SPDX-License-Identifier: Apache-2.0
config MODEM_GSM_PPP
bool "Support GSM modems"
bool "[DEPRECATED] Support GSM modems"
select MODEM_CONTEXT
select MODEM_CMD_HANDLER
select MODEM_IFACE_UART
select NET_MGMT
select NET_MGMT_EVENT
select DEPRECATED
help
Enable GSM modems that support standard AT commands and PPP.
This driver is deprecated, use the MODEM_CELLULAR driver instead.
if MODEM_GSM_PPP