Skip to content

Commit 6c096b8

Browse files
Vge0rgenordicjm
authored andcommitted
[nrf noup] boot: zephyr: Adjust PSA requirements for PSA_CORE_LITE
nrf-squash! [nrf noup] boot: zephyr: Kconfig dependencies for PSA LITE The PSA core lite now requires the PSA_WANTs for the hashing functions to be set in order to be used so select them as normal. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 95d384a commit 6c096b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ if BOOT_USE_PSA_CRYPTO
7474
config BOOT_PSA_IMG_HASH_ALG_SHA256_DEPENDENCIES
7575
bool
7676
default y if BOOT_SOMETHING_USES_SHA256
77-
select PSA_WANT_ALG_SHA_256 if !PSA_CORE_LITE
77+
select PSA_WANT_ALG_SHA_256
7878
help
7979
Dependencies for hashing with SHA256
8080

8181
config BOOT_PSA_IMG_HASH_ALG_SHA512_DEPENDENCIES
8282
bool
8383
default y if BOOT_SOMETHING_USES_SHA512
84-
select PSA_WANT_ALG_SHA_512 if !PSA_CORE_LITE
84+
select PSA_WANT_ALG_SHA_512
8585
help
8686
Dependencies for hashing with SHA512
8787

0 commit comments

Comments
 (0)