
16 Sep
2021
16 Sep
'21
2:03 p.m.
SPL_RSA_VERIFY requires SPL_RSA to be enabled. Add correct dependency.
Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io ---
lib/rsa/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index a90d67e5a87..cf802a6d40a 100644 --- a/lib/rsa/Kconfig +++ b/lib/rsa/Kconfig @@ -20,6 +20,7 @@ config SPL_RSA
config SPL_RSA_VERIFY bool + depends on SPL_RSA help Add RSA signature verification support in SPL.
--
2.31.1