]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
kconfig: move CONFIG_SYS_HZ to lib/Kconfig
[u-boot] / lib / Kconfig
index 88e5da72ecc6ffe619a337b981dcb6c6af206c9a..a889c229cb52f3e003afc506df418751019ba454 100644 (file)
@@ -8,4 +8,12 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED
 
          If unsure, say N.
 
+config SYS_HZ
+       int
+       default 1000
+       help
+         The frequency of the timer returned by get_timer().
+         get_timer() must operate in milliseconds and this option must be
+         set to 1000.
+
 endmenu