blob: 8e8d6006b01a2dbf3d056eea9a71b68aeaef76c6 [file] [log] [blame]
Thomas Chouc8a7ba92015-10-09 13:46:34 +08001menu "Timer Support"
2
3config TIMER
4 bool "Enable Driver Model for Timer drivers"
5 depends on DM
6 help
7 Enable driver model for Timer access. It uses the same API as
8 lib/time.c. But now implemented by the uclass. The first timer
9 will be used. The timer is usually a 32 bits free-running up
10 counter. There may be no real tick, and no timer interrupt.
11
12endmenu