1menu "TIMER Devices"
2
3config DRIVERS_TIMER
4 bool "enable timer driver"
5 default y
6
7config HAL_TEST_TIMER
8 bool "enable timer hal APIs test command"
9 depends on DRIVERS_TIMER
10 default n
11
12config DRIVERS_HTIMER
13 bool "enable hrtimer driver"
14 default n
15
16endmenu
17