CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN
detect APN automatically
Type: bool
Help
Enable automatic detection of the APN, based on the IMSI
If the detection fails, the configured APN will be used
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:84
→ <Zephyr>/drivers/modem/Kconfig:142
Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver
config MODEM_UBLOX_SARA_AUTODETECT_APN
bool "detect APN automatically"
depends on MODEM_UBLOX_SARA && MODEM
help
Enable automatic detection of the APN, based on the IMSI
If the detection fails, the configured APN will be used
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)