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>
This commit is contained in:
Chris Kuethe 2015-02-04 19:16:14 -08:00 committed by Simon Glass
parent bd2a4888b1
commit 9009798df2

View file

@ -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,