Skip to content

Commit f6a1a47

Browse files
rob-robinson-14rlubos
authored andcommitted
boards: nordic: nrf7120pdk: Disable CONFIG_CRACEN_LIB_KMU
Temporarily disable CONFIG_CRACEN_LIB_KMU that is causing CI to fail. Signed-off-by: Robert Robinson <[email protected]>
1 parent 3d345b6 commit f6a1a47

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
2323

2424
# Start SYSCOUNTER on driver init
2525
CONFIG_NRF_GRTC_START_SYSCOUNTER=y
26+
27+
# Temporarily disable whilst resolving issue with CI
28+
CONFIG_CRACEN_LIB_KMU=n

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp_emu_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ CONFIG_NRF_GRTC_START_SYSCOUNTER=y
2828
# LFRC is not working in EMU at the moment
2929
# CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
3030

31+
# CRACEN not available on emulator
32+
CONFIG_CRACEN_LIB_KMU=n
33+
3134
# Enable Debugging when working with emulator
3235
CONFIG_OUTPUT_DISASSEMBLY=y
3336
CONFIG_DEBUG=y

0 commit comments

Comments
 (0)