X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2FKconfig;h=972ac1793daa3353a0ebf8bc12a9e2a901e37117;hb=01cafcedbfbefef6c975d7bbe704994bf3357ebd;hp=7ec8c98da2b32ab078f18e0802e82a9d76be45dd;hpb=6f43ba70d15e15a08c25b3d956c70addb6740737;p=u-boot diff --git a/lib/Kconfig b/lib/Kconfig index 7ec8c98da2..972ac1793d 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -38,6 +38,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 @@ -49,6 +50,8 @@ config LIB_RAND help This library provides pseudo-random number generator functions. +source lib/dhry/Kconfig + source lib/rsa/Kconfig menu "Hashing Support"