:orphan: .. title:: TICKLESS_KERNEL .. option:: 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. Direct dependencies =================== \ :option:`TICKLESS_CAPABLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:856`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options .. parsed-literal:: config TICKLESS_KERNEL bool "Tickless kernel" default y if \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`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.)*