CONFIG_NATIVE_POSIX_TIMER
(POSIX) native_posix timer driver
Type: bool
Help
This module implements a kernel device driver for the native_posix HW timer
model
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definition
At <Driver>/timer/Kconfig.native_posix:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:30
→ <Driver>/timer/Kconfig:74
Menu path: (Top) → Device Drivers → Timer Drivers
config NATIVE_POSIX_TIMER
bool "(POSIX) native_posix timer driver"
default y
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
depends on BOARD_NATIVE_POSIX
help
This module implements a kernel device driver for the native_posix HW timer
model
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)