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

Enable Counter on RTC2

Type: bool

Direct dependencies

HAS_HW_NRF_RTC2 && COUNTER

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/counter/Kconfig.nrfx:135

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:31

Menu path: (top menu) → Device Drivers → Counter Drivers

config COUNTER_RTC2
    bool
    prompt "Enable Counter on RTC2" if HAS_HW_NRF_RTC2 && COUNTER
    select COUNTER_NRF_RTC if HAS_HW_NRF_RTC2 && COUNTER
    select NRFX_RTC2 if HAS_HW_NRF_RTC2 && COUNTER
    depends on HAS_HW_NRF_RTC2 && COUNTER

(Definitions include propagated dependencies, including from if’s and menus.)