Skip to content

Commit d788a9f

Browse files
nordic-krchmif1-nordic
authored andcommitted
[nrf fromlist] drivers: counter: nrfx_rtc: Use GPPI instead of DPPI/PPI
Switch to use a (D)PPI manager - GPPI which covers all Nordic peripheral interconnect systems. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 906af45 commit d788a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/counter/Kconfig.nrfx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ config COUNTER_RTC_WITH_PPI_WRAP
2222
$(dt_nodelabel_bool_prop,rtc1,ppi-wrap) || \
2323
$(dt_nodelabel_bool_prop,rtc2,ppi-wrap)
2424
depends on COUNTER_NRF_RTC
25-
select NRFX_PPI if HAS_HW_NRF_PPI
26-
select NRFX_DPPI if HAS_HW_NRF_DPPIC
25+
select NRFX_GPPI
2726

2827
# Internal flag which detects if fixed top feature is enabled for any instance
2928
config COUNTER_RTC_CUSTOM_TOP_SUPPORT

0 commit comments

Comments
 (0)