public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] RSA depends on DM
@ 2015-02-03  7:42 Chris Kuethe
  2015-02-04  0:38 ` Simon Glass
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Kuethe @ 2015-02-03  7:42 UTC (permalink / raw)
  To: u-boot

Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM. Rather than complaining about unmet
dependencies it might be better to enable those them.

---
 lib/rsa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig
index 1268a1b..4db5da4 100644
--- a/lib/rsa/Kconfig
+++ b/lib/rsa/Kconfig
@@ -2,6 +2,7 @@ config RSA
  bool "Use RSA Library"
  select RSA_FREESCALE_EXP if FSL_CAAM
  select RSA_SOFTWARE_EXP if !RSA_FREESCALE_EXP
+ select DM
  help
   RSA support. This enables the RSA algorithm used for FIT image
   verification in U-Boot.
-- 
2.1.0


-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-02-06 21:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03  7:42 [U-Boot] [PATCH] RSA depends on DM Chris Kuethe
2015-02-04  0:38 ` Simon Glass
2015-02-04  0:57   ` Chris Kuethe
2015-02-04  1:01     ` Simon Glass
2015-02-04  1:12       ` Chris Kuethe
2015-02-04  5:41       ` Robert Moskowitz
2015-02-04  7:47       ` Albert ARIBAUD
2015-02-04 20:07         ` Simon Glass
2015-02-05  3:16           ` Chris Kuethe
2015-02-05  3:26             ` Simon Glass
2015-02-06 21:46               ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox