:orphan: .. title:: NRFX_RTC1 .. option:: CONFIG_NRFX_RTC1 *Enable RTC1 instance* *Enable RTC1 instance* Type: ``bool`` Direct dependencies =================== (\ :option:`HAS_HW_NRF_RTC1 ` && \ :option:`HAS_NRFX `) || (\ :option:`HAS_HW_NRF_RTC1 ` && \ :option:`HAS_NRFX ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NRFX_RTC ` - \ :option:`NRFX_RTC ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:151`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers .. code-block:: kconfig config NRFX_RTC1 bool "Enable RTC1 instance" select NRFX_RTC depends on HAS_HW_NRF_RTC1 && HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:151`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_RTC1 bool "Enable RTC1 instance" select NRFX_RTC depends on HAS_HW_NRF_RTC1 && HAS_NRFX && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*