mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-26 08:11:25 +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:
parent
a3423b3f23
commit
d4f05b3198
@ -20,6 +20,7 @@ config SPL_RSA
|
|||||||
|
|
||||||
config SPL_RSA_VERIFY
|
config SPL_RSA_VERIFY
|
||||||
bool
|
bool
|
||||||
|
depends on SPL_RSA
|
||||||
help
|
help
|
||||||
Add RSA signature verification support in SPL.
|
Add RSA signature verification support in SPL.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user