Skip to content

Commit 1dec18f

Browse files
committed
sysbuild: Limit CRACEN microcode loading selection
Limits this so it only shows for devices that support microcoding loading Signed-off-by: Jamie McCrae <[email protected]>
1 parent 7f177c3 commit 1dec18f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sysbuild/Kconfig.cracen

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ config SUPPORT_CRACEN
1010

1111
if SUPPORT_CRACEN
1212

13+
config SUPPORT_CRACEN_MICROCODE
14+
bool
15+
default y if SOC_NRF54L15 || SOC_NRF54L10 || SOC_NRF54L05
16+
help
17+
Hidden symbol indicating if CRACEN microcode loading is supported on the device.
18+
19+
if SUPPORT_CRACEN_MICROCODE
20+
1321
menu "CRACEN"
1422

1523
config CRACEN_MICROCODE_LOAD_B0
@@ -36,4 +44,6 @@ config CRACEN_MICROCODE_LOAD_ONCE
3644

3745
endmenu
3846

47+
endif # SUPPORT_CRACEN_MICROCODE
48+
3949
endif # SUPPORT_CRACEN

0 commit comments

Comments
 (0)