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:
parent
2308293d89
commit
3fe8707bc0
2 changed files with 65 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue