:orphan: .. title:: MODEM_UBLOX_SARA_AUTODETECT_APN .. option:: CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN *detect APN automatically* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/modem/Kconfig.ublox-sara-r4:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:136`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. code-block:: kconfig 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.)*