Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sysbuild/Kconfig.cracen
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ config SUPPORT_CRACEN

if SUPPORT_CRACEN

config SUPPORT_CRACEN_MICROCODE
bool
default y if SOC_NRF54L15 || SOC_NRF54L10 || SOC_NRF54L05
help
Hidden symbol indicating if CRACEN microcode loading is supported on the device.

if SUPPORT_CRACEN_MICROCODE

menu "CRACEN"

config CRACEN_MICROCODE_LOAD_B0
Expand All @@ -36,4 +44,6 @@ config CRACEN_MICROCODE_LOAD_ONCE

endmenu

endif # SUPPORT_CRACEN_MICROCODE

endif # SUPPORT_CRACEN