:orphan: .. title:: CONFIG_COUNTER_NRF_RTC .. kconfig:: CONFIG_COUNTER_NRF_RTC CONFIG_COUNTER_NRF_RTC ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`COUNTER_RTC0 ` - \ :kconfig:`COUNTER_RTC1 ` - \ :kconfig:`COUNTER_RTC2 ` Kconfig definition ================== At ``/counter/Kconfig.nrfx:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:27`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_NRF_RTC bool depends on COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*