mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE
Add this dependency to avoid a build error if FIT_SIGNATURE is not enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8e6c129931
commit
b7463f198d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
menuconfig ASYMMETRIC_KEY_TYPE
|
menuconfig ASYMMETRIC_KEY_TYPE
|
||||||
bool "Asymmetric (public-key cryptographic) key Support"
|
bool "Asymmetric (public-key cryptographic) key Support"
|
||||||
|
depends on FIT_SIGNATURE
|
||||||
help
|
help
|
||||||
This option provides support for a key type that holds the data for
|
This option provides support for a key type that holds the data for
|
||||||
the asymmetric keys used for public key cryptographic operations such
|
the asymmetric keys used for public key cryptographic operations such
|
||||||
|
|
Loading…
Reference in a new issue