]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
Allow CONFIG_REGEX to be disabled when CONFIG_NET
[karo-tx-uboot.git] / lib / Kconfig
index ce7de8c4238246840a3d1db2df2f47e6c638dca0..35531080e120df94df7fe130f08e3859106f1a96 100644 (file)
@@ -41,12 +41,18 @@ config SYS_VSNPRINTF
 
 config REGEX
        bool "Enable regular expression support"
+       default y if NET
        help
          If this variable is defined, U-Boot is linked against the
          SLRE (Super Light Regular Expression) library, which adds
          regex support to some commands, for example "env grep" and
          "setexpr".
 
+config LIB_RAND
+       bool "Pseudo-random library support "
+       help
+         This library provides pseudo-random number generator functions.
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"