drivers: modem: Implement uart_pipe interface for GSM modem

Implement uart_pipe functionality for the modem so that it
integrates with the PPP implementation.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2020-01-24 09:02:33 +02:00 committed by Jukka Rissanen
commit 3fe8707bc0
2 changed files with 65 additions and 4 deletions

View file

@ -8,7 +8,7 @@ menuconfig NET_PPP
bool "Point-to-point (PPP) UART based driver"
depends on NET_L2_PPP
depends on NET_NATIVE
select UART_PIPE
select UART_PIPE if ! MODEM_GSM_PPP
select UART_INTERRUPT_DRIVEN
if NET_PPP