:orphan: .. title:: CONFIG_LTE_MODE_PREFERENCE_LTE_M .. kconfig:: CONFIG_LTE_MODE_PREFERENCE_LTE_M CONFIG_LTE_MODE_PREFERENCE_LTE_M ################################ *LTE-M* Type: ``bool`` Help ==== .. code-block:: none LTE-M is preferred over PLMN selection. The modem will prioritize to use LTE-M and switch over to a PLMN where LTE-M is available whenever possible. Direct dependencies =================== (\ :kconfig:`LTE_NETWORK_MODE_LTE_M ` || \ :kconfig:`LTE_NETWORK_MODE_LTE_M_NBIOT ` || \ :kconfig:`LTE_NETWORK_MODE_LTE_M_GPS ` || \ :kconfig:`LTE_NETWORK_MODE_LTE_M_NBIOT_GPS `) && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/lib/lte_link_control/Kconfig:174`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:17`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → LTE mode preference .. code-block:: kconfig config LTE_MODE_PREFERENCE_LTE_M bool "LTE-M" depends on (LTE_NETWORK_MODE_LTE_M || LTE_NETWORK_MODE_LTE_M_NBIOT || LTE_NETWORK_MODE_LTE_M_GPS || LTE_NETWORK_MODE_LTE_M_NBIOT_GPS) && help LTE-M is preferred over PLMN selection. The modem will prioritize to use LTE-M and switch over to a PLMN where LTE-M is available whenever possible. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*