1
0
Fork 0

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>
utp
Chris Kuethe 2015-02-04 19:16:14 -08:00 committed by Simon Glass
parent bd2a4888b1
commit 9009798df2
1 changed files with 1 additions and 0 deletions

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,