lib: Kconfig: k3: Enable SHA512 for fit signature
authorManorit Chawdhry <m-chawdhry@ti.com>
Fri, 14 Jul 2023 05:52:39 +0000 (11:22 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 22 Jul 2023 02:07:46 +0000 (22:07 -0400)
commitdfe00b34ce6644ac37b8ab009359db8193af2ed4
tree06b985bfb55bb23cfa3333a6127aa097d41d648b
parent175535758aadebeccb47aeac7553fdba44f105f4
lib: Kconfig: k3: Enable SHA512 for fit signature

We are using our custMpk for signing that is a 4096 bit key, 4096 bit
rsa key requires a SHA512 hashing algorithm to be enabled as per the
source. Even though it is not mandated but this is how it works and is
tested.

Enables SHA512 if fit signature is enabled on K3 platforms.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
lib/Kconfig