From 68cbbeeae2e6580a5578db6dbfa67ca1f3197c97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 12 Jun 2015 10:44:05 +0200 Subject: [PATCH] lib: add Kconfig option for LIB_RAND --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index a1f30a2c4e..42cad25842 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -27,6 +27,9 @@ config SYS_HZ get_timer() must operate in milliseconds and this option must be set to 1000. +config LIB_RAND + bool + source lib/rsa/Kconfig endmenu -- 2.20.1