]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
Drop CONFIG_ERRNO_STR from SPL
[karo-tx-uboot.git] / lib / Kconfig
index 0cee969583d1da8638859bdcf031a860648d130e..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
@@ -52,6 +53,8 @@ config LIB_RAND
        help
          This library provides pseudo-random number generator functions.
 
+source lib/dhry/Kconfig
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"