Commit 9009798df20f60fd53679b537fcb4df3460b7cf8

Authored by Chris Kuethe
Committed by Simon Glass
1 parent bd2a4888b1

RSA depends on DM

Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM.
Acked-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -118,6 +118,7 @@
118 118 config FIT_SIGNATURE
119 119 bool "Enable signature verification of FIT uImages"
120 120 depends on FIT
  121 + depends on DM
121 122 select RSA
122 123 help
123 124 This option enables signature verification of FIT uImages,