]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
lib: add Kconfig option for LIB_RAND
[karo-tx-uboot.git] / 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