From 649b9ebcf53d697277bcdb01334dbcd563a33aa8 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Thu, 23 May 2019 12:08:13 +0200 Subject: lib: select BASE64 if BLOBGEN is selected Blobgen requires the BASE64 libraries, select them to provide them if BLOBGEN is selected. Signed-off-by: Rouven Czerwinski Signed-off-by: Sascha Hauer --- 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 -- cgit v1.2.3