CONFIG_COUNTER_RTC1¶
Enable Counter on RTC1
Type: bool
Direct dependencies¶
HAS_HW_NRF_RTC1 && !NRF_HW_RTC1_RESERVED && COUNTER
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/counter/Kconfig.nrfx:76
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/counter/Kconfig:27
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_RTC1
    bool "Enable Counter on RTC1"
    select COUNTER_NRF_RTC
    depends on HAS_HW_NRF_RTC1 && !NRF_HW_RTC1_RESERVED && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)