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 drivers/modem/Kconfig.ublox-sara-r4:69
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:84
→ drivers/modem/Kconfig:141
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.)