CONFIG_COUNTER_RTC_WITH_PPI_WRAP

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

COUNTER

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At <Zephyr Driver>/counter/Kconfig.nrfx:99

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:66<Zephyr Driver>/counter/Kconfig:27

Menu path: (Top) → Device Drivers → Counter Drivers

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.)