Lines Matching refs:modem

9 	  Enable config options for modem drivers.
14 module-str = modem
23 This driver allows modem drivers to communicate over UART with custom
31 int "Maximum number of modem receiver contexts"
36 Maximum number of modem receiver contexts to handle. For most
43 This driver allows modem drivers to communicate with an interface
47 modem interface, command handler, pin config and socket handling each
53 int "Maximum number of modem contexts"
56 Maximum number of modem contexts to handle. For most
60 bool "Verbose debug output in the modem context"
63 modem context helper. Do NOT leave on for production.
66 bool "UART-based modem interface"
77 prompt "UART backend to use for modem interface"
81 bool "UART-based modem interface using interrupt API"
86 bool "UART-based modem interface using async API"
122 bool "Generic modem command handler"
125 This generic command handler uses a modem interface to process
126 incoming data and hand it back to the modem driver via callbacks
128 - modem responses
146 bool "Generic modem socket support layer"
149 modem "sockets" throughout their lifecycle (from the initial offload
154 Note that the modem socket uses runtime allocated file descriptors
157 the modem sockets and the POSIX_API, if used, share them.
164 As the modem indicates more data is available to be received,
174 Activate shell module that provides modem utilities like
175 sending a command to the modem UART.
189 source "drivers/modem/Kconfig.ublox-sara-r4"
190 source "drivers/modem/Kconfig.quectel-bg9x"
191 source "drivers/modem/Kconfig.wncm14a2a"
192 source "drivers/modem/Kconfig.gsm"
193 source "drivers/modem/Kconfig.cellular"
195 source "drivers/modem/Kconfig.hl7800"
196 source "drivers/modem/Kconfig.simcom-sim7080"