:orphan: .. title:: MODEM_UBLOX_SARA_RSSI_WORK .. option:: 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 =================== \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.ublox-sara-r4:115`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:136`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. parsed-literal:: config MODEM_UBLOX_SARA_RSSI_WORK bool "Enable RSSI polling work" default y depends on \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` help u-blox SARA-R4 device is configured to poll for RSSI *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*