-
CONFIG_NRF_RTC_TIMER
¶
nRF Real Time Counter (NRF_RTC1) Timer
Type: bool
Help¶
This module implements a kernel device driver for the nRF Real Time Counter NRF_RTC1 and provides the standard “system clock driver” interfaces.
Direct dependencies¶
CLOCK_CONTROL
&& SOC_COMPATIBLE_NRF
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
CLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At drivers/timer/Kconfig:111
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config NRF_RTC_TIMER bool prompt "nRF Real Time Counter (NRF_RTC1) Timer" ifCLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
default "y" ifCLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
selectTICKLESS_CAPABLE
ifCLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
depends onCLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
help This module implements a kernel device driver for the nRF Real Time Counter NRF_RTC1 and provides the standard "system clock driver" interfaces.
(Definitions include propagated dependencies, including from if’s and menus.)