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

MODEM_UBLOX_SARA && MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:68

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:82<Zephyr>/drivers/modem/Kconfig:136

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.)