Skip to content

Commit ed582e9

Browse files
stephen-nordicendre-nordic
authored andcommitted
nrf_security: Allow user-configurability for CRACEN configs
Allow disabling CRACEN_LIB_KMU and CRACEN_LOAD_MICROCODE Signed-off-by: Stephen Kingston <[email protected]>
1 parent 5983a0c commit ed582e9

File tree

1 file changed

+2
-2
lines changed
  • subsys/nrf_security/src/drivers/cracen

1 file changed

+2
-2
lines changed

subsys/nrf_security/src/drivers/cracen/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
1515
if PSA_CRYPTO_DRIVER_CRACEN
1616

1717
config CRACEN_LOAD_MICROCODE
18-
bool
18+
bool "Load CRACEN microcode"
1919
depends on (SOC_SERIES_NRF54LX && !SOC_NRF54L20) || SOC_SERIES_NRF54HX
2020
default y
2121
help
@@ -24,7 +24,7 @@ config CRACEN_LOAD_MICROCODE
2424
required when a bootloader has already loaded the microcode.
2525

2626
config CRACEN_LIB_KMU
27-
bool
27+
bool "CRACEN KMU library"
2828
depends on SOC_SERIES_NRF54LX
2929
select NRFX_RRAMC if !BUILD_WITH_TFM
3030
default y

0 commit comments

Comments
 (0)