blob: 8e8d6006b01a2dbf3d056eea9a71b68aeaef76c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
menu "Timer Support"
config TIMER
bool "Enable Driver Model for Timer drivers"
depends on DM
help
Enable driver model for Timer access. It uses the same API as
lib/time.c. But now implemented by the uclass. The first 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.
endmenu
|