:orphan: .. title:: MODEM_UBLOX_SARA_AUTODETECT_APN .. option:: 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 =================== \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.ublox-sara-r4:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:136`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. parsed-literal:: config MODEM_UBLOX_SARA_AUTODETECT_APN bool "detect APN automatically" depends on \ :option:`MODEM_UBLOX_SARA ` && \ :option:`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.)*