Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. select DW_APB_TIMER
  18. config ARMADA_370_XP_TIMER
  19. bool
  20. config SUN4I_TIMER
  21. bool
  22. config VT8500_TIMER
  23. bool
  24. config CADENCE_TTC_TIMER
  25. bool
  26. config CLKSRC_NOMADIK_MTU
  27. bool
  28. depends on (ARCH_NOMADIK || ARCH_U8500)
  29. select CLKSRC_MMIO
  30. help
  31. Support for Multi Timer Unit. MTU provides access
  32. to multiple interrupt generating programmable
  33. 32-bit free running decrementing counters.
  34. config CLKSRC_NOMADIK_MTU_SCHED_CLOCK
  35. bool
  36. depends on CLKSRC_NOMADIK_MTU
  37. help
  38. Use the Multi Timer Unit as the sched_clock.
  39. config CLKSRC_DBX500_PRCMU
  40. bool "Clocksource PRCMU Timer"
  41. depends on UX500_SOC_DB8500
  42. default y
  43. help
  44. Use the always on PRCMU Timer as clocksource
  45. config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  46. bool "Clocksource PRCMU Timer sched_clock"
  47. depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
  48. default y
  49. help
  50. Use the always on PRCMU Timer as sched_clock
  51. config ARM_ARCH_TIMER
  52. bool
  53. select CLKSRC_OF if OF
  54. config CLKSRC_METAG_GENERIC
  55. def_bool y if METAG
  56. help
  57. This option enables support for the Meta per-thread timers.
  58. config CLKSRC_EXYNOS_MCT
  59. def_bool y if ARCH_EXYNOS
  60. help
  61. Support for Multi Core Timer controller on Exynos SoCs.
  62. config CLKSRC_SAMSUNG_PWM
  63. bool
  64. select CLKSRC_MMIO
  65. help
  66. This is a new clocksource driver for the PWM timer found in
  67. Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
  68. for all devicetree enabled platforms. This driver will be
  69. needed only on systems that do not have the Exynos MCT available.