mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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…
Reference in a new issue