:orphan: .. title:: CONFIG_NPCX_ITIM_TIMER .. kconfig:: CONFIG_NPCX_ITIM_TIMER CONFIG_NPCX_ITIM_TIMER ###################### *Nuvoton NPCX series internal 64/32-bit timers* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the Nuvoton NPCX series internal 64/32-bit timers and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NPCX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:346`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config NPCX_ITIM_TIMER bool "Nuvoton NPCX series internal 64/32-bit timers" default y select TICKLESS_CAPABLE depends on SOC_FAMILY_NPCX help This module implements a kernel device driver for the Nuvoton NPCX series internal 64/32-bit timers and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*