Skip to content

Commit

Permalink
lib: hw_unique_key: Kconfig unconditionally imply NRFX_NVMC
Browse files Browse the repository at this point in the history
bl_storage depends on properly selected memory backend.
This change enables bl_storage for TFM.

Signed-off-by: Mateusz Michalek <[email protected]>
  • Loading branch information
michalek-no committed Aug 16, 2024
1 parent 8bafc52 commit a619902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hw_unique_key/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ config HW_UNIQUE_KEY
select PSA_WANT_ALG_GCM if CRACEN_HW_PRESENT
select PSA_NEED_CRACEN_KMU_DRIVER if CRACEN_HW_PRESENT
select FPROTECT if HAS_HW_NRF_ACL
imply NRFX_NVMC if HAS_HW_NRF_ACL
imply NRFX_NVMC
default y if BUILD_WITH_TFM
help
This option will load the Hardware Unique Key (HUK) in the KDR
Expand Down

0 comments on commit a619902

Please sign in to comment.