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.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/timer/Kconfig.npcx_itim:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:30
→ drivers/timer/Kconfig:75
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
select TIMER_HAS_64BIT_CYCLE_COUNTER
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.)