Kconfig 1.7 KB

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