Skip to content

Commit fb6036e

Browse files
committed
modules: hal_nordic: nrfx: add Kconfig for cracen driver with bsim
nrfx_cracen driver must contain delays in busy loops when built for bsim. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent a2f268e commit fb6036e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ config NRFX_COMP
5555
config NRFX_CRACEN
5656
bool "CRACEN drivers"
5757
depends on SOC_COMPATIBLE_NRF54LX
58+
select NRFX_CRACEN_BSIM_SUPPORT if SOC_SERIES_BSIM_NRFXX
59+
60+
config NRFX_CRACEN_BSIM_SUPPORT
61+
bool
5862

5963
config NRFX_EGU
6064
bool

modules/hal_nordic/nrfx/nrfx_kconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
#ifdef CONFIG_NRFX_CRACEN
8282
#define NRFX_CRACEN_ENABLED 1
8383
#endif
84+
#ifdef CONFIG_NRFX_CRACEN_BSIM_SUPPORT
85+
#define NRFX_CRACEN_BSIM_SUPPORT 1
86+
#endif
8487

8588
#ifdef CONFIG_NRFX_EGU
8689
#define NRFX_EGU_ENABLED 1

0 commit comments

Comments
 (0)