]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 a1f30a2c4ef0931483cf80010ef0674ea5dbbb58..42cad25842c2cbd1f6161bf0b84857bbc50012e3 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