blob: 8e8d6006b01a2dbf3d056eea9a71b68aeaef76c6 [file] [log] [blame]
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