From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 13 May 2015 23:29:53 -0500 Subject: [U-Boot] [RFC PATCH 3/8] Add RBTREE to Kconfig In-Reply-To: <1431577798-26951-1-git-send-email-joe.hershberger@ni.com> References: <1431577798-26951-1-git-send-email-joe.hershberger@ni.com> Message-ID: <1431577798-26951-4-git-send-email-joe.hershberger@ni.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This will allow this required feature to be automatically selected by the CMD_UBI feature (which requires this). Signed-off-by: Joe Hershberger --- lib/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index 0454a86..b4a02b4 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -36,6 +36,12 @@ config SYS_VSNPRINTF Thumb-2, about 420 bytes). Enable this option for safety when using sprintf() with data you do not control. +config RBTREE + bool "Red-Black Tree support" + help + This is support needed by UBI, but it could be used for + something else. + config REGEX bool "Enable regular expression support" help -- 1.7.11.5