lib: rsa: decouple rsa from FIT image verification
[oweals/u-boot.git] / common / Kconfig
index 46e4193fc83a2a798ef08d2d7b1972efdb77de36..a2a9b8deed29b7d4adf6a53dacfa39f75eeb0ddb 100644 (file)
@@ -1045,3 +1045,10 @@ config BLOBLIST_ADDR
 endmenu
 
 source "common/spl/Kconfig"
+
+config IMAGE_SIGN_INFO
+       bool
+       select SHA1
+       select SHA256
+       help
+         Enable image_sign_info helper functions.