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
(SYS_CLOCK_EXISTS
&& BOARD_QEMU_CORTEX_M0
) || (SYS_CLOCK_EXISTS
&& SOC_FAMILY_NRF
) || (CLOCK_CONTROL
&& SOC_COMPATIBLE_NRF
)
(Includes any dependencies from ifs and menus.)
Defaults
n
y
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definitions
At <Boards>/arm/qemu_cortex_m0/Kconfig.defconfig:24
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config NRF_RTC_TIMER
bool
default n
depends on SYS_CLOCK_EXISTS && BOARD_QEMU_CORTEX_M0
At <SoC>/arm/nordic_nrf/Kconfig.defconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config NRF_RTC_TIMER
bool
default y
depends on SYS_CLOCK_EXISTS && SOC_FAMILY_NRF
At <Driver>/timer/Kconfig.nrf_rtc:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:30
→ <Driver>/timer/Kconfig:76
Menu path: (Top) → Device Drivers → Timer Drivers
config NRF_RTC_TIMER
bool "nRF Real Time Counter (NRF_RTC1) Timer"
select TICKLESS_CAPABLE
select NRF_HW_RTC1_RESERVED
depends on CLOCK_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)