The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_MODEM_UBLOX_SARA_RSSI_WORK

Enable RSSI polling work

Type: bool

Help

u-blox SARA-R4 device is configured to poll for RSSI

Direct dependencies

MODEM_UBLOX_SARA && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/modem/Kconfig.ublox-sara-r4:110

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84drivers/modem/Kconfig:141

Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver

config MODEM_UBLOX_SARA_RSSI_WORK
    bool "Enable RSSI polling work"
    default y
    depends on MODEM_UBLOX_SARA && MODEM
    help
      u-blox SARA-R4 device is configured to poll for RSSI

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)