:orphan: .. title:: CONFIG_COUNTER_RTC_WITH_PPI_WRAP .. kconfig:: CONFIG_COUNTER_RTC_WITH_PPI_WRAP CONFIG_COUNTER_RTC_WITH_PPI_WRAP ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - (n && \ :kconfig:`COUNTER_RTC0 `) || (n && \ :kconfig:`COUNTER_RTC1 `) || (n && \ :kconfig:`COUNTER_RTC2 `) Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_PPI ` if \ :kconfig:`HAS_HW_NRF_PPI ` - \ :kconfig:`NRFX_DPPI ` if \ :kconfig:`HAS_HW_NRF_DPPIC ` Kconfig definition ================== At ``/counter/Kconfig.nrfx:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:27`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_RTC_WITH_PPI_WRAP bool default (n && COUNTER_RTC0) || (n && COUNTER_RTC1) || (n && COUNTER_RTC2) select NRFX_PPI if HAS_HW_NRF_PPI select NRFX_DPPI if HAS_HW_NRF_DPPIC depends on COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*