:orphan: .. title:: COUNTER_RTC1 .. option:: CONFIG_COUNTER_RTC1 *Enable Counter on RTC1* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_HW_NRF_RTC1 ` && !\ :option:`NRF_HW_RTC1_RESERVED ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`COUNTER_NRF_RTC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.nrfx:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_RTC1 bool "Enable Counter on RTC1" select \ :option:`COUNTER_NRF_RTC ` depends on \ :option:`HAS_HW_NRF_RTC1 ` && !\ :option:`NRF_HW_RTC1_RESERVED ` && \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*