diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index a90d67e5a8..cf802a6d40 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.