We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983a0c commit ed582e9Copy full SHA for ed582e9
subsys/nrf_security/src/drivers/cracen/Kconfig
@@ -15,7 +15,7 @@ source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
15
if PSA_CRYPTO_DRIVER_CRACEN
16
17
config CRACEN_LOAD_MICROCODE
18
- bool
+ bool "Load CRACEN microcode"
19
depends on (SOC_SERIES_NRF54LX && !SOC_NRF54L20) || SOC_SERIES_NRF54HX
20
default y
21
help
@@ -24,7 +24,7 @@ config CRACEN_LOAD_MICROCODE
24
required when a bootloader has already loaded the microcode.
25
26
config CRACEN_LIB_KMU
27
+ bool "CRACEN KMU library"
28
depends on SOC_SERIES_NRF54LX
29
select NRFX_RRAMC if !BUILD_WITH_TFM
30
0 commit comments