File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
subsys/nrf_security/src/drivers/cracen Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 77config CRACEN_HW_PRESENT
88 def_bool SOC_SERIES_NRF54LX || SOC_SERIES_NRF92X
99
10+ config CRACEN_HW_VERSION_BASE
11+ def_bool SOC_SERIES_NRF54HX || SOC_NRF54L15 || SOC_NRF54L10 || SOC_NRF54L05
12+
13+ config CRACEN_HW_VERSION_LITE
14+ def_bool SOC_NRF54L20
15+
1016# Configure CRACEN_LOG_LEVEL
1117module = CRACEN
1218module-str = CRACEN
1319source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
1420
1521if PSA_CRYPTO_DRIVER_CRACEN
1622
17- config SUPPORTS_CRACEN
18- bool
19- default y if (SOC_SERIES_NRF54LX && !SOC_NRF54L20) || SOC_SERIES_NRF54HX
20-
2123config CRACEN_LOAD_MICROCODE
2224 bool "Load CRACEN microcode"
23- depends on SUPPORTS_CRACEN
25+ depends on CRACEN_HW_VERSION_BASE
2426 default y
2527 help
26- Prompt-less configuration to load the CRACEN microcode.
28+ Whether to load the CRACEN microcode on startup .
2729 This is required to use the PKE/IKG engine. Note that this is not
2830 required when a bootloader has already loaded the microcode.
2931
You can’t perform that action at this time.
0 commit comments