[U-Boot] [PATCH 4/5] Make lzo decompression selectable by Kconfig

Lars Poeschel poeschel at lemonage.de
Wed Jun 10 10:41:02 CEST 2015


Users who want to use lzo decompression can now select it by Kconfig.
Selecting it by board config include is still possible.

Signed-off-by: Lars Poeschel <poeschel at lemonage.de>
---
 lib/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index fc2be56..0fe4932 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -54,6 +54,12 @@ config RBTREE
 	  tree, used for storing sortable key/value data pairs.
 	  This is currently used in u-boot for ubi and ubifs.
 
+config LZO
+	bool "lzo decompression support"
+	help
+	  This adds a library for lzo decrompression.
+	  This is currently used in u-boot for ubifs.
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"
-- 
2.1.4



More information about the U-Boot mailing list