]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
fdt: Add compatible strings for Arria 10
[u-boot] / lib / Kconfig
index 65c01573e194e13b0d4a9c64923c840525782312..a0d5d926eb6875c598fc44ed17c4496dc6521bd5 100644 (file)
@@ -52,6 +52,18 @@ config LIB_RAND
        help
          This library provides pseudo-random number generator functions.
 
+config SPL_TINY_MEMSET
+       bool "Use a very small memset() in SPL"
+       help
+         The faster memset() is the arch-specific one (if available) enabled
+         by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get
+         better performance by writing a word at a time. But in very
+         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
@@ -123,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