diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2015-02-04 19:16:14 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:29 -0700 |
commit | 9009798df20f60fd53679b537fcb4df3460b7cf8 (patch) | |
tree | 082881cc8a7e91b26fb4f5cc7edd2468a79f6846 /Kconfig | |
parent | bd2a4888b123713adec271d6c8040ca9f609aa2f (diff) | |
download | u-boot-9009798df20f60fd53679b537fcb4df3460b7cf8.tar.gz |
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>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |