Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 19:08:31 +0000 (12:08 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 18:03:17 +0000 (14:03 -0400)
Add this dependency to avoid a build error if FIT_SIGNATURE is not
enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/crypto/Kconfig

index 509bc28..1c04a7e 100644 (file)
@@ -1,5 +1,6 @@
 menuconfig ASYMMETRIC_KEY_TYPE
        bool "Asymmetric (public-key cryptographic) key Support"
+       depends on FIT_SIGNATURE
        help
          This option provides support for a key type that holds the data for
          the asymmetric keys used for public key cryptographic operations such