summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2015-02-04 19:16:14 -0800
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:29 -0700
commit9009798df20f60fd53679b537fcb4df3460b7cf8 (patch)
tree082881cc8a7e91b26fb4f5cc7edd2468a79f6846
parentbd2a4888b123713adec271d6c8040ca9f609aa2f (diff)
downloadblackbird-obmc-uboot-9009798df20f60fd53679b537fcb4df3460b7cf8.tar.gz
blackbird-obmc-uboot-9009798df20f60fd53679b537fcb4df3460b7cf8.zip
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>
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 9af31e3e77..09e2bbe66a 100644
--- a/Kconfig
+++ b/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,
OpenPOWER on IntegriCloud