lib: add Kconfig option for LIB_RAND
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Jun 2015 08:44:05 +0000 (10:44 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jun 2015 12:38:20 +0000 (14:38 +0200)
lib/Kconfig

index a1f30a2..42cad25 100644 (file)
@@ -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