File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ config HW_UNIQUE_KEY_LOAD
1818 depends on HAS_HW_NRF_CC310
1919 depends on NRF_CC3XX_PLATFORM
2020 select FPROTECT
21- imply NRFX_NVMC
21+ imply NRFX_NVMC if !SOC_SERIES_NRF54LX
2222 help
2323 Use this on devices with no KMU. Enable this in the immutable
2424 bootloader to load the HUK from the allocated flash area
@@ -46,7 +46,7 @@ config HW_UNIQUE_KEY
4646 select PSA_WANT_ALG_GCM if CRACEN_HW_PRESENT
4747 select PSA_NEED_CRACEN_KMU_DRIVER if CRACEN_HW_PRESENT
4848 select FPROTECT if HAS_HW_NRF_ACL
49- imply NRFX_NVMC if HAS_HW_NRF_ACL
49+ imply NRFX_NVMC if !SOC_SERIES_NRF54LX
5050 default y if BUILD_WITH_TFM
5151 help
5252 This option will load the Hardware Unique Key (HUK) in the KDR
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ CONFIG_BL_SHA256_EXT_API_ENABLED=y
2222CONFIG_BL_SECP256R1_EXT_API_ENABLED=y
2323CONFIG_BL_VALIDATE_FW_EXT_API_ENABLED=y
2424CONFIG_EXT_API_PROVIDE_EXT_API_ENABLED=y
25- CONFIG_NRFX_NVMC=y
2625CONFIG_MAIN_STACK_SIZE=2048
2726CONFIG_TIMEOUT_64BIT=n
2827
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ CONFIG_EXT_API_PROVIDE_EXT_API_ENABLED=y
1313CONFIG_FPROTECT=y
1414CONFIG_FW_INFO=y
1515CONFIG_IS_SECURE_BOOTLOADER=y
16- CONFIG_NRFX_NVMC=y
1716CONFIG_SECURE_BOOT_CRYPTO=y
1817CONFIG_SECURE_BOOT_STORAGE=y
1918CONFIG_SECURE_BOOT_VALIDATION=y
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ menuconfig IS_SECURE_BOOTLOADER
198198 select SECURE_BOOT_VALIDATION
199199 select SECURE_BOOT_STORAGE
200200 select SW_VECTOR_RELAY if SOC_SERIES_NRF51X
201- imply NRFX_NVMC
201+ imply NRFX_NVMC if !SOC_SERIES_NRF54LX
202202 help
203203 This option is set by the first stage bootloader app to include all
204204 files and set all the options required.
Original file line number Diff line number Diff line change 77menuconfig FW_INFO
88 bool
99 prompt "Firmware Metadata"
10- imply NRFX_NVMC
10+ imply NRFX_NVMC if !SOC_SERIES_NRF54LX
1111
1212if (FW_INFO)
1313
You can’t perform that action at this time.
0 commit comments