Kconfig 295 B

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