drivers: console: deprecate uart_mux and gsm_mux
GSM_MUX and UART_MUX are being marked as deprecated. The new modem subsystem MODEM_CMUX and MODEM_PPP should be used instead. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
aaed347d60
commit
ea1cf4d2e1
2 changed files with 4 additions and 2 deletions
|
@ -256,10 +256,11 @@ source "subsys/logging/Kconfig.template.log_config"
|
||||||
source "drivers/console/Kconfig.gsm_mux"
|
source "drivers/console/Kconfig.gsm_mux"
|
||||||
|
|
||||||
config UART_MUX
|
config UART_MUX
|
||||||
bool "UART muxing (GSM 07.10) support [EXPERIMENTAL]"
|
bool "[DEPRECATED] UART muxing (GSM 07.10) support [EXPERIMENTAL]"
|
||||||
depends on SERIAL_SUPPORT_INTERRUPT && GSM_MUX
|
depends on SERIAL_SUPPORT_INTERRUPT && GSM_MUX
|
||||||
select UART_INTERRUPT_DRIVEN
|
select UART_INTERRUPT_DRIVEN
|
||||||
select EXPERIMENTAL
|
select EXPERIMENTAL
|
||||||
|
select DEPRECATED
|
||||||
help
|
help
|
||||||
Enable this option to create UART muxer that run over a physical
|
Enable this option to create UART muxer that run over a physical
|
||||||
UART. The GSM 07.10 muxing protocol is used to separate the data
|
UART. The GSM 07.10 muxing protocol is used to separate the data
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config GSM_MUX
|
config GSM_MUX
|
||||||
bool "GSM 07.10 muxing protocol"
|
bool "[DEPRECATED] GSM 07.10 muxing protocol"
|
||||||
select CRC
|
select CRC
|
||||||
|
select DEPRECATED
|
||||||
help
|
help
|
||||||
Enable GSM 07.10 muxing protocol defined in
|
Enable GSM 07.10 muxing protocol defined in
|
||||||
https://www.etsi.org/deliver/etsi_ts/101300_101399/101369/07.01.00_60/ts_101369v070100p.pdf
|
https://www.etsi.org/deliver/etsi_ts/101300_101399/101369/07.01.00_60/ts_101369v070100p.pdf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue