public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
@ 2015-06-10  8:40 Lars Poeschel
  2015-06-10  8:41 ` [U-Boot] [PATCH 2/5] Make MTD_PARTITIONS " Lars Poeschel
                   ` (6 more replies)
  0 siblings, 7 replies; 32+ messages in thread
From: Lars Poeschel @ 2015-06-10  8:40 UTC (permalink / raw)
  To: u-boot

Users who want to use RBTREE 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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index 3c8de86..fc2be56 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -47,6 +47,13 @@ config REGEX
 config LIB_RAND
 	bool
 
+config RBTREE
+	bool "Red-black Trees (rbtree)"
+	help
+	  Red-black trees are a type of self-balancing binary search
+	  tree, used for storing sortable key/value data pairs.
+	  This is currently used in u-boot for ubi and ubifs.
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2015-12-16 14:47 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  8:40 [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig Lars Poeschel
2015-06-10  8:41 ` [U-Boot] [PATCH 2/5] Make MTD_PARTITIONS " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot, " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 3/5] Make ubi " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot,3/5] " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH 3/5] " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 4/5] Make lzo decompression " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot, " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 5/5] Make ubifs " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH 5/5] " Tom Rini
2015-06-10 13:49 ` [U-Boot] [PATCH 1/5] Make RBTREE " Joe Hershberger
2015-06-10 15:08   ` Lars Poeschel
2015-06-10 16:03     ` Joe Hershberger
2015-07-28  8:25       ` Lars Poeschel
2015-07-28 16:01         ` Joe Hershberger
2015-08-11 19:29           ` Joe Hershberger
2015-08-18 18:47             ` Joe Hershberger
2015-08-18 19:27               ` Tom Rini
2015-08-18 19:32                 ` Joe Hershberger
2015-12-15 14:44                   ` Lars Poeschel
2015-12-15 22:54                     ` Joe Hershberger
2015-12-16 14:47                       ` Lars Poeschel
2015-08-24  7:53               ` Lars Poeschel
2015-06-19 20:33   ` Tom Rini
2015-06-19 20:39     ` Joe Hershberger
2015-06-19 20:47       ` Tom Rini
2015-06-19 20:24 ` [U-Boot] [U-Boot,1/5] " Tom Rini
2015-06-19 20:26   ` Joe Hershberger
2015-06-19 20:48 ` [U-Boot] [PATCH 1/5] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox