From: Chris Kuethe Date: Thu, 5 Feb 2015 03:16:14 +0000 (-0800) Subject: RSA depends on DM X-Git-Tag: v2015.04-rc2~27^2~51 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9009798df20f60fd53679b537fcb4df3460b7cf8;p=u-boot RSA depends on DM Discovered while experimenting with signature checking on vexpress which doesn't typically use DM. Acked-by: Simon Glass --- diff --git a/Kconfig b/Kconfig index 9af31e3e77..09e2bbe66a 100644 --- a/Kconfig +++ b/Kconfig @@ -118,6 +118,7 @@ config FIT_VERBOSE config FIT_SIGNATURE bool "Enable signature verification of FIT uImages" depends on FIT + depends on DM select RSA help This option enables signature verification of FIT uImages,