X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=lib%2FKconfig;h=972ac1793daa3353a0ebf8bc12a9e2a901e37117;hb=01cafcedbfbefef6c975d7bbe704994bf3357ebd;hp=3c8de869b1f63fa42390abd4463e65505a5a18f4;hpb=563e53efaadd76def21612bcf9f0236d870b6e68;p=u-boot diff --git a/lib/Kconfig b/lib/Kconfig index 3c8de869b1..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 @@ -45,7 +46,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