projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4431491
)
lib: add Kconfig option for LIB_RAND
author
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 12 Jun 2015 08:44:05 +0000
(10:44 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Mon, 15 Jun 2015 12:38:20 +0000
(14:38 +0200)
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index
a1f30a2
..
42cad25
100644
(file)
--- 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