Kconfig 777 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 DW_APB_TIMER_OF
  14. bool
  15. config ARMADA_370_XP_TIMER
  16. bool
  17. config SUNXI_TIMER
  18. bool
  19. config CLKSRC_DBX500_PRCMU
  20. bool "Clocksource PRCMU Timer"
  21. depends on UX500_SOC_DB8500
  22. default y
  23. help
  24. Use the always on PRCMU Timer as clocksource
  25. config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  26. bool "Clocksource PRCMU Timer sched_clock"
  27. depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK)
  28. default y
  29. help
  30. Use the always on PRCMU Timer as sched_clock
  31. config CLKSRC_ARM_GENERIC
  32. def_bool y if ARM64
  33. help
  34. This option enables support for the ARM generic timer.