xref: /openbmc/u-boot/drivers/timer/Kconfig (revision a54915d8)
1c8a7ba9eSThomas Choumenu "Timer Support"
2c8a7ba9eSThomas Chou
3c8a7ba9eSThomas Chouconfig TIMER
4c8a7ba9eSThomas Chou	bool "Enable Driver Model for Timer drivers"
5c8a7ba9eSThomas Chou	depends on DM
6c8a7ba9eSThomas Chou	help
7c8a7ba9eSThomas Chou	  Enable driver model for Timer access. It uses the same API as
8c8a7ba9eSThomas Chou	  lib/time.c. But now implemented by the uclass. The first timer
9c8a7ba9eSThomas Chou	  will be used. The timer is usually a 32 bits free-running up
10c8a7ba9eSThomas Chou	  counter. There may be no real tick, and no timer interrupt.
11c8a7ba9eSThomas Chou
12*a54915d8SThomas Chouconfig ALTERA_TIMER
13*a54915d8SThomas Chou	bool "Altera Timer support"
14*a54915d8SThomas Chou	depends on TIMER
15*a54915d8SThomas Chou	help
16*a54915d8SThomas Chou	  Select this to enable an timer for Altera devices. Please find
17*a54915d8SThomas Chou	  details on the "Embedded Peripherals IP User Guide" of Altera.
18*a54915d8SThomas Chou
19c8a7ba9eSThomas Chouendmenu
20