:orphan: .. title:: CONFIG_MODEM_UBLOX_SARA_RSSI_WORK .. kconfig:: CONFIG_MODEM_UBLOX_SARA_RSSI_WORK CONFIG_MODEM_UBLOX_SARA_RSSI_WORK ################################# *Enable RSSI polling work* Type: ``bool`` Help ==== .. code-block:: none u-blox SARA-R4 device is configured to poll for RSSI Direct dependencies =================== \ :kconfig:`MODEM_UBLOX_SARA ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:142`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver .. code-block:: kconfig 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.)*