Add support for the simcom a76xx modem which is similar to the simcom 7080 but has a few key differences. Tested with a simcom A7672SA module but as there is a single simcom A76XX AT commands manual, the driver should work with other modems of the series. Signed-off-by: Olivier Lalonde <o@syskall.com>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# Copyright (c) 2025 Olivier Lalonde
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Configuration options for cellular modem sample
|
|
|
|
mainmenu "Cellular modem sample application"
|
|
|
|
config SAMPLE_CELLULAR_MODEM_ENDPOINT_HOSTNAME
|
|
string "Endpoint hostname"
|
|
default "test-endpoint.com"
|
|
|
|
source "Kconfig.zephyr"
|