]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
lib: fdt: fix indent of #ifdef..#endif conditional
[karo-tx-uboot.git] / lib / Kconfig
index 3259fb41bbb4aa65262ecbc4e89de3ec033ef50a..829db0da950b688e4407b195fb7ddcc4d585e2b1 100644 (file)
@@ -41,6 +41,7 @@ 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
@@ -48,7 +49,11 @@ config REGEX
          "setexpr".
 
 config LIB_RAND
-       bool
+       bool "Pseudo-random library support "
+       help
+         This library provides pseudo-random number generator functions.
+
+source lib/dhry/Kconfig
 
 source lib/rsa/Kconfig