CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN_PROFILES
list of profiles to search when autodetecting APN
Type: string
Help
Set a comma separated list of profiles, each containing of:
<apn>=<IMSI_1> ... <IMSI_n>
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
“hologram=23450, wm=20601 29505 29509 23450 53703 90143”
Kconfig definition
At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:69
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_PROFILES
string "list of profiles to search when autodetecting APN"
default "hologram=23450, wm=20601 29505 29509 23450 53703 90143"
depends on MODEM_UBLOX_SARA && MODEM
help
Set a comma separated list of profiles, each containing of:
<apn>=<IMSI_1> ... <IMSI_n>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)