diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 5b6cf3d68df..3c8de869b1f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -44,6 +44,9 @@ config REGEX regex support to some commands, for example "env grep" and "setexpr". +config LIB_RAND + bool + source lib/rsa/Kconfig menu "Hashing Support" |