:orphan: .. title:: MODEM_UBLOX_SARA_AUTODETECT_VARIANT .. option:: CONFIG_MODEM_UBLOX_SARA_AUTODETECT_VARIANT *detect automatically* Type: ``bool`` Help ==== .. code-block:: none Enable automatic detection of modem variant (SARA-R4 or SARA-U2) Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:35`` 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 → u-blox SARA variant selection .. code-block:: kconfig config MODEM_UBLOX_SARA_AUTODETECT_VARIANT bool "detect automatically" depends on help Enable automatic detection of modem variant (SARA-R4 or SARA-U2) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*