mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] lib: select BASE64 if BLOBGEN is selected
@ 2019-05-23 10:08 Rouven Czerwinski
  2019-05-24  6:03 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2019-05-23 10:08 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski

Blobgen requires the BASE64 libraries, select them to provide them if
BLOBGEN is selected.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 lib/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index 7cf6975bcc..af178217f8 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -159,6 +159,7 @@ config NLS
         bool "Native language support"
 
 config BLOBGEN
+	select BASE64
 	bool "include blob encode/decode support"
 
 endmenu
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-05-24  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 10:08 [PATCH] lib: select BASE64 if BLOBGEN is selected Rouven Czerwinski
2019-05-24  6:03 ` Sascha Hauer

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