Kconfig 311 B

1234567
  1. menuconfig RT_USING_KTIME
  2. bool "Ktime: kernel time"
  3. default n
  4. help
  5. Enable the ktime helpers which provide high-resolution timekeeping APIs
  6. for drivers and subsystems that need more precision than the scheduler
  7. tick. Disable if the platform sticks to coarse `rt_tick_get()` timing.