:orphan: .. title:: MODEM_UBLOX_SARA_RSSI_WORK_PERIOD .. option:: CONFIG_MODEM_UBLOX_SARA_RSSI_WORK_PERIOD *Configure RSSI WORK polling frequency* Type: ``int`` Help ==== This settings is used to configure the period of RSSI polling Direct dependencies =================== \ :option:`MODEM_UBLOX_SARA_RSSI_WORK ` && \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.ublox-sara-r4:121`` 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 → Enable RSSI polling work .. parsed-literal:: config MODEM_UBLOX_SARA_RSSI_WORK_PERIOD int "Configure RSSI WORK polling frequency" default 30 depends on \ :option:`MODEM_UBLOX_SARA_RSSI_WORK ` && \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` help This settings is used to configure the period of RSSI polling *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*