summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-07-24 13:55:59 -0400
committerTom Rini <[email protected]>2023-07-24 13:55:59 -0400
commit45622f326278db923c443b04342b59679bcbb2ba (patch)
treec2d3f3ec2095ef37130b7d1ec5c8b2c2592e2f9d /lib
parent7177259893fa95047720941121edee5ca76e0988 (diff)
parente5031cc07eed1c3327f0e5330b0fcb84ecd0a400 (diff)
Merge branch '2023-07-22-TI-K3-improvements'
- Actually merge the assorted K3 platform improvements that were supposed to be in commit 247aa5a19115 ("Merge branch '2023-07-21-assorted-TI-platform-updates'")
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index c8b3ec1ec9c..3926652db63 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -508,6 +508,7 @@ config SHA256
config SHA512
bool "Enable SHA512 support"
+ default y if TI_SECURE_DEVICE && FIT_SIGNATURE
help
This option enables support of hashing using SHA512 algorithm.
The hash is calculated in software.