]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
RSA depends on DM
authorChris Kuethe <chris.kuethe@gmail.com>
Thu, 5 Feb 2015 03:16:14 +0000 (19:16 -0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:44 +0000 (13:50 +0200)
Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM.
Acked-by: Simon Glass <sjg@chromium.org>
Kconfig

diff --git a/Kconfig b/Kconfig
index e16f1e852e5b69a57745e2e1b1b907826b5312b6..dd1e692f260a71a169b670f1ba4cea3451314030 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -117,6 +117,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,