diff mbox

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

Message ID 1433925663-3713-4-git-send-email-poeschel@lemonage.de
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Lars Poeschel June 10, 2015, 8:41 a.m. UTC
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(+)

Comments

Tom Rini June 19, 2015, 8:24 p.m. UTC | #1
On Wed, Jun 10, 2015 at 10:41:02AM +0200, Lars Poeschel wrote:

> 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>

Applied to u-boot/master, thanks!
Tom Rini June 19, 2015, 8:48 p.m. UTC | #2
On Wed, Jun 10, 2015 at 10:41:02AM +0200, Lars Poeschel wrote:

> 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>

For the record, not applied to u-boot/master, thanks!
diff mbox

Patch

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"