* [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY
@ 2021-09-16 12:03 Oleksandr Suvorov
2021-10-06 17:46 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Suvorov @ 2021-09-16 12:03 UTC (permalink / raw)
To: u-boot; +Cc: Oleksandr Suvorov
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-06 17:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-16 12:03 [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY Oleksandr Suvorov
2021-10-06 17:46 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox