Lines Matching full:modem
1 # Modem configuration options
6 menuconfig MODEM config
7 bool "Modem drivers"
9 Enable config options for modem drivers.
11 if MODEM
13 module = MODEM
14 module-str = modem
18 bool "Modem receiver helper driver"
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
40 bool "Modem context helper driver [EXPERIMENTAL]"
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
148 bool "Generic modem socket support layer"
151 modem "sockets" throughout their lifecycle (from the initial offload
156 Note that the modem socket uses runtime allocated file descriptors
159 the modem sockets and the POSIX_API, if used, share them.
166 As the modem indicates more data is available to be received,
171 bool "Modem shell utilities"
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.cellular"
193 source "drivers/modem/Kconfig.at_shell"
195 source "drivers/modem/Kconfig.hl7800"
196 source "drivers/modem/Kconfig.simcom-sim7080"
198 endif # MODEM