:orphan: .. title:: MODEM_UBLOX_SARA_AUTODETECT_APN_PROFILES .. option:: CONFIG_MODEM_UBLOX_SARA_AUTODETECT_APN_PROFILES *list of profiles to search when autodetecting APN* Type: ``string`` Help ==== .. code-block:: none Set a comma separated list of profiles, each containing of: = ... Direct dependencies =================== \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "hologram=23450, wm=20601 29505 29509 23450 53703 90143" Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:70`` 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_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: = ... *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*