Kconfig 609 B

12345678910111213141516171819202122232425262728293031323334
  1. config CLKSRC_I8253
  2. bool
  3. config CLKEVT_I8253
  4. bool
  5. config I8253_LOCK
  6. bool
  7. config CLKBLD_I8253
  8. def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
  9. config CLKSRC_MMIO
  10. bool
  11. config DW_APB_TIMER
  12. bool
  13. config ARMADA_370_XP_TIMER
  14. bool
  15. config CLKSRC_DBX500_PRCMU
  16. bool "Clocksource PRCMU Timer"
  17. depends on UX500_SOC_DB8500
  18. default y
  19. help
  20. Use the always on PRCMU Timer as clocksource
  21. config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  22. bool "Clocksource PRCMU Timer sched_clock"
  23. depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK)
  24. default y
  25. help
  26. Use the always on PRCMU Timer as sched_clock