:orphan: .. title:: ITE_IT8XXX2_TIMER .. option:: CONFIG_ITE_IT8XXX2_TIMER *ITE it8xxx2 timer driver* Type: ``bool`` Help ==== This module implements a kernel device driver for the ITE it8xxx2 HW timer model Direct dependencies =================== \ :option:`SOC_IT8XXX2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:116`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config ITE_IT8XXX2_TIMER bool "ITE it8xxx2 timer driver" select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`SOC_IT8XXX2 ` help This module implements a kernel device driver for the ITE it8xxx2 HW timer model *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*