Kconfig 583 B

12345678910111213141516
  1. menuconfig RT_USING_CLOCK_TIME
  2. bool "Using unified clock_time subsystem"
  3. default n
  4. help
  5. Enable the unified clock_time subsystem which consolidates
  6. hwtimer, ktime, and cputime into a single coherent framework.
  7. This subsystem provides:
  8. - Clocksource: Free-running counter for timekeeping
  9. - Clockevent: Programmable timeout events
  10. - High-resolution timers (hrtimer)
  11. - POSIX clock support
  12. - Boottime tracking
  13. - CPU time APIs (clock_cpu_*, rt_cputime_*)
  14. - Boottime APIs (rt_boottime_*)