
10 Jun
2015
10 Jun
'15
10:41 a.m.
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@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