Kconfig 595 B

1234567891011121314151617181920212223242526272829303132
  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 CLKSRC_DBX500_PRCMU
  14. bool "Clocksource PRCMU Timer"
  15. depends on UX500_SOC_DB5500 || UX500_SOC_DB8500
  16. default y
  17. help
  18. Use the always on PRCMU Timer as clocksource
  19. config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  20. bool "Clocksource PRCMU Timer sched_clock"
  21. depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK)
  22. default y
  23. help
  24. Use the always on PRCMU Timer as sched_clock