summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-08 13:28:02 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-08 13:28:02 (GMT)
commit089795090a627f4216c5f21eaf436ba1672cf02e (patch)
tree386074cdee0ea3fe02cc6ee8228c5adb8d7e7ea7 /lib/Kconfig
parentb09ece0836e0267b86f37defec267aa3806cb03a (diff)
parentf7d4d9e52cdcff2a8fcdc80b567a41f48b61951c (diff)
downloadu-boot-fsl-qoriq-089795090a627f4216c5f21eaf436ba1672cf02e.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 5115d04..a0d5d92 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -61,6 +61,9 @@ config SPL_TINY_MEMSET
size-constrained envrionments even this may be too big. Enable this
option to reduce code size slightly at the cost of some speed.
+config RBTREE
+ bool
+
source lib/dhry/Kconfig
source lib/rsa/Kconfig
@@ -132,6 +135,8 @@ config LZ4
frame format currently (2015) implemented in the Linux kernel
(generated by 'lz4 -l'). The two formats are incompatible.
+config LZO
+ bool
endmenu
config ERRNO_STR