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 <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

