:orphan: .. title:: CONFIG_TICKLESS_KERNEL .. kconfig:: CONFIG_TICKLESS_KERNEL CONFIG_TICKLESS_KERNEL ###################### *Tickless kernel* Type: ``bool`` Help ==== .. code-block:: none This option enables a fully event driven kernel. Periodic system clock interrupt generation would be stopped at all times. Direct dependencies =================== \ :kconfig:`TICKLESS_CAPABLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/Kconfig:857`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig config TICKLESS_KERNEL bool "Tickless kernel" default y if TICKLESS_CAPABLE depends on TICKLESS_CAPABLE help This option enables a fully event driven kernel. Periodic system clock interrupt generation would be stopped at all times. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*