Skip to content

Commit 7a08b96

Browse files
committed
przyczłapa
1 parent f611f9f commit 7a08b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ config NRFX_COMP
3030
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_COMP))
3131

3232
config NRFX_DPPI
33-
bool
33+
bool "DPPI allocator"
3434

3535
config NRFX_DPPI0
3636
bool "DPPI0 driver instance"
37-
default y
37+
default y if NRFX_DPPI
3838
depends on $(dt_nodelabel_has_compat,dppic,$(DT_COMPAT_NORDIC_NRF_DPPIC))
3939
select NRFX_DPPI
4040

0 commit comments

Comments
 (0)