The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_TICKLESS_KERNEL

Tickless kernel

Type: bool

Help

This option enables a fully event driven kernel. Periodic system clock interrupt generation would be stopped at all times.

Defaults

Kconfig definition

At kernel/Kconfig:765

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

config TICKLESS_KERNEL
    bool
    prompt "Tickless kernel"
    default "y" if TICKLESS_CAPABLE
    help
      This option enables a fully event driven kernel. Periodic system
      clock interrupt generation would be stopped at all times.

(Definitions include propagated dependencies, including from if’s and menus.)