:orphan: .. title:: CONFIG_MODEM_UBLOX_SARA_RSSI_WORK_PERIOD .. kconfig:: CONFIG_MODEM_UBLOX_SARA_RSSI_WORK_PERIOD CONFIG_MODEM_UBLOX_SARA_RSSI_WORK_PERIOD ######################################## *Configure RSSI WORK polling frequency* Type: ``int`` Help ==== .. code-block:: none This settings is used to configure the period of RSSI polling Direct dependencies =================== \ :kconfig:`MODEM_UBLOX_SARA_RSSI_WORK ` && \ :kconfig:`MODEM_UBLOX_SARA ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:116`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver → Enable RSSI polling work .. code-block:: kconfig config MODEM_UBLOX_SARA_RSSI_WORK_PERIOD int "Configure RSSI WORK polling frequency" default 30 depends on MODEM_UBLOX_SARA_RSSI_WORK && MODEM_UBLOX_SARA && MODEM help This settings is used to configure the period of RSSI polling *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*