1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-12 21:46:44 +02:00

lib: rsa: fix dependency for SPL_RSA_VERIFY

SPL_RSA_VERIFY requires SPL_RSA to be enabled. Add correct
dependency.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
This commit is contained in:
Oleksandr Suvorov
2021-09-16 15:03:36 +03:00
committed by Tom Rini
parent a3423b3f23
commit d4f05b3198

View File

@@ -20,6 +20,7 @@ config SPL_RSA
config SPL_RSA_VERIFY
bool
depends on SPL_RSA
help
Add RSA signature verification support in SPL.