:orphan: .. title:: CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN .. kconfig:: CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN 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 =================== \ :kconfig:`MODEM_UBLOX_SARA ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:141`` 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.)*