mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
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:
parent
bd2a4888b1
commit
9009798df2
1 changed files with 1 additions and 0 deletions
1
Kconfig
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…
Add table
Reference in a new issue