Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. config CLKSRC_OF
  2. bool
  3. config CLKSRC_I8253
  4. bool
  5. config CLKEVT_I8253
  6. bool
  7. config I8253_LOCK
  8. bool
  9. config CLKBLD_I8253
  10. def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
  11. config CLKSRC_MMIO
  12. bool
  13. config DW_APB_TIMER
  14. bool
  15. config DW_APB_TIMER_OF
  16. bool
  17. config ARMADA_370_XP_TIMER
  18. bool
  19. config SUNXI_TIMER
  20. bool
  21. config CLKSRC_NOMADIK_MTU
  22. bool
  23. depends on (ARCH_NOMADIK || ARCH_U8500)
  24. select CLKSRC_MMIO
  25. help
  26. Support for Multi Timer Unit. MTU provides access
  27. to multiple interrupt generating programmable
  28. 32-bit free running decrementing counters.
  29. config CLKSRC_NOMADIK_MTU_SCHED_CLOCK
  30. bool
  31. depends on CLKSRC_NOMADIK_MTU
  32. help
  33. Use the Multi Timer Unit as the sched_clock.
  34. config CLKSRC_DBX500_PRCMU
  35. bool "Clocksource PRCMU Timer"
  36. depends on UX500_SOC_DB8500
  37. default y
  38. help
  39. Use the always on PRCMU Timer as clocksource
  40. config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  41. bool "Clocksource PRCMU Timer sched_clock"
  42. depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
  43. default y
  44. help
  45. Use the always on PRCMU Timer as sched_clock
  46. config CLKSRC_ARM_GENERIC
  47. def_bool y if ARM64
  48. help
  49. This option enables support for the ARM generic timer.