Skip to content

Commit

Permalink
suit: Fix nRF9280 compilation
Browse files Browse the repository at this point in the history
Fix nRF9280 compilation syntax issue.

Signed-off-by: Tuomas Parttimaa <[email protected]>
  • Loading branch information
parttimaa committed Dec 16, 2024
1 parent d400d09 commit 57e182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/nrf_security/src/drivers/cracen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if PSA_CRYPTO_DRIVER_CRACEN
config CRACEN_LOAD_MICROCODE
bool "Load CRACEN microcode"
depends on (SOC_SERIES_NRF54LX && !SOC_NRF54L20) || SOC_SERIES_NRF54HX || \
SOC_SERIES_NRF92X && (SOC_NRF9280_CPUSEC || SOC_NRF9230_ENGB_CPUSEC))
(SOC_SERIES_NRF92X && (SOC_NRF9280_CPUSEC || SOC_NRF9230_ENGB_CPUSEC))
default y
help
Prompt-less configuration to load the CRACEN microcode.
Expand Down

0 comments on commit 57e182a

Please sign in to comment.