]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/Kconfig
tools: mkimage: Call fclose in error path
[u-boot] / drivers / timer / Kconfig
index ff65a731def3a073ba24a451263c4f39a6cc49ff..cb18f12fc99b90ee779e09c5dc37a1cfb9e0b6e4 100644 (file)
@@ -9,6 +9,16 @@ config TIMER
          will be used. The timer is usually a 32 bits free-running up
          counter. There may be no real tick, and no timer interrupt.
 
+config TIMER_EARLY
+       bool "Allow timer to be used early in U-Boot"
+       depends on TIMER
+       help
+         In some cases the timer must be accessible before driver model is
+         active. Examples include when using CONFIG_TRACE to trace U-Boot's
+         execution before driver model is set up. Enable this option to
+         use an early timer. These functions must be supported by your timer
+         driver: timer_early_get_count() and timer_early_get_rate().
+
 config ALTERA_TIMER
        bool "Altera timer support"
        depends on TIMER