The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NPCX_ITIM_TIMER

Nuvoton NPCX series internal 64/32-bit timers

Type: bool

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.

Direct dependencies

SOC_FAMILY_NPCX

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:346

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:30

Menu path: (Top) → Device Drivers → Timer Drivers

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.)