[PATCH] lib: select BASE64 if BLOBGEN is selected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux