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>
master
Chris Kuethe 9 years ago committed by Simon Glass
parent bd2a4888b1
commit 9009798df2
  1. 1
      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,

Loading…
Cancel
Save