:orphan: .. title:: CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE .. kconfig:: CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE ############################### *Timer allowed to skew uptime clock during idle* Type: ``bool`` Help ==== .. code-block:: none When true, the timer driver is not required to maintain a correct system uptime count when the system enters idle. Some platforms may take advantage of this to reduce the overhead from regular interrupts required to handle counter wraparound conditions. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/timer/Kconfig:369`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config SYSTEM_CLOCK_SLOPPY_IDLE bool "Timer allowed to skew uptime clock during idle" help When true, the timer driver is not required to maintain a correct system uptime count when the system enters idle. Some platforms may take advantage of this to reduce the overhead from regular interrupts required to handle counter wraparound conditions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*