:orphan: .. title:: CONFIG_ITE_IT8XXX2_TIMER .. kconfig:: CONFIG_ITE_IT8XXX2_TIMER CONFIG_ITE_IT8XXX2_TIMER ######################## *ITE it8xxx2 timer driver* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the ITE it8xxx2 HW timer model Direct dependencies =================== \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 ` || \ :kconfig:`SOC_IT8XXX2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definitions =================== At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config ITE_IT8XXX2_TIMER bool default y depends on SOC_SERIES_RISCV32_IT8XXX2 ---- At ``/timer/Kconfig.ite_it8xxx2:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:66`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config ITE_IT8XXX2_TIMER bool "ITE it8xxx2 timer driver" select TICKLESS_CAPABLE depends on 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.)*