Skip to content

Commit 1e1f22f

Browse files
PFnordrlubos
authored andcommitted
nrf_security: KMU HW config LS05B
KMU HW not present for LS05B, removed the default enable in the case of LS05B Signed-off-by: Paul Fleury <paul.fleury@nordicsemi.no>
1 parent 41252a2 commit 1e1f22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subsys/nrf_security/src/drivers/cracen

subsys/nrf_security/src/drivers/cracen/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config CRACEN_HW_VERSION_LITE
1414
def_bool SOC_NRF54LM20A || SOC_NRF54LM20B || SOC_NRF54LV10A || SOC_NRF7120_ENGA
1515

1616
config CRACEN_KMU_HW_PRESENT
17-
def_bool SOC_SERIES_NRF54L || SOC_SERIES_NRF71
17+
def_bool (SOC_SERIES_NRF54L && !SOC_NRF54LS05B) || SOC_SERIES_NRF71
1818

1919
config PSA_NEED_CRACEN_MULTIPART_WORKAROUNDS
2020
def_bool SOC_NRF54LM20A || SOC_NRF54LM20B

0 commit comments

Comments
 (0)