]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
gpio: am43xx: expand gpio support
[karo-tx-uboot.git] / lib / Kconfig
index 0cee969583d1da8638859bdcf031a860648d130e..867cc4ca4dab7f92b74e9239c70e019f99fb2c69 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"
@@ -98,4 +101,6 @@ config ERRNO_STR
          - if errno is null or positive number - a pointer to "Success" message
          - if errno is negative - a pointer to errno related message
 
+source lib/efi/Kconfig
+
 endmenu