:orphan: .. title:: SYSTEM_CLOCK_SLOPPY_IDLE .. option:: CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE *Timer allowed to skew uptime clock during idle* Type: ``bool`` 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. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:314`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: 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.)*