Skip to content

Commit

Permalink
przyczłapa
Browse files Browse the repository at this point in the history
  • Loading branch information
e-rk committed Oct 16, 2024
1 parent f611f9f commit 7a08b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hal_nordic/nrfx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ config NRFX_COMP
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_COMP))

config NRFX_DPPI
bool
bool "DPPI allocator"

config NRFX_DPPI0
bool "DPPI0 driver instance"
default y
default y if NRFX_DPPI
depends on $(dt_nodelabel_has_compat,dppic,$(DT_COMPAT_NORDIC_NRF_DPPIC))
select NRFX_DPPI

Expand Down

0 comments on commit 7a08b96

Please sign in to comment.