:orphan: .. title:: CONFIG_MODEM_HL7800_PSM_PERIODIC_TAU .. kconfig:: CONFIG_MODEM_HL7800_PSM_PERIODIC_TAU CONFIG_MODEM_HL7800_PSM_PERIODIC_TAU #################################### *Requested extended periodic TAU timer* Type: ``string`` Help ==== .. code-block:: none Requested extended periodic TAU (tracking area update) value (T3412) to be allocated to the UE in E-UTRAN. One byte in an 8-bit format. Default value is 1 minute. Direct dependencies =================== \ :kconfig:`MODEM_HL7800_PSM ` && \ :kconfig:`MODEM_HL7800_LOW_POWER_MODE ` && \ :kconfig:`MODEM_HL7800 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "10000010" Kconfig definition ================== At ``/modem/Kconfig.hl7800:226`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:146`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. code-block:: kconfig config MODEM_HL7800_PSM_PERIODIC_TAU string "Requested extended periodic TAU timer" default "10000010" depends on MODEM_HL7800_PSM && MODEM_HL7800_LOW_POWER_MODE && MODEM_HL7800 && MODEM help Requested extended periodic TAU (tracking area update) value (T3412) to be allocated to the UE in E-UTRAN. One byte in an 8-bit format. Default value is 1 minute. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*