| # Copyright (c) 2023 Trackunit Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| config MODEM_CHAT_LOG_BUFFER_SIZE |
| int "Modem chat log buffer size in bytes" |
| config MODEM_CMUX_WORK_BUFFER_SIZE |
| int "CMUX module work buffer size in bytes" |
| source "subsys/logging/Kconfig.template.log_config" |
| bool "Modem pipelink module" |
| config MODEM_PPP_NET_BUF_FRAG_SIZE |
| int "Network buffer fragment size" |
| default NET_BUF_DATA_SIZE if NET_BUF_FIXED_DATA_SIZE |
| Enables modem statistics shell commands which track the usage of |
| buffers across the modem modules. The statistics are useful for |
| scaling buffer sizes, as these are application specific. |
| config MODEM_STATS_BUFFER_NAME_SIZE |
| int "Maximum string size of modem stats buffer name" |
| bool "Modem U-BLOX module" |
| Enable Modem U-BLOX module. |
| config MODEM_UBX_LOG_BUFFER |
| int "Modem U-BLOX log buffer size" |
| module-str = modem_modules |
| source "subsys/logging/Kconfig.template.log_config" |
| rsource "backends/Kconfig" |