Kconfig 942 B

1234567891011121314151617181920212223242526
  1. config COMMON_CLK_VERSATILE
  2. bool "Clock driver for ARM Reference designs"
  3. depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 || COMPILE_TEST
  4. ---help---
  5. Supports clocking on ARM Reference designs:
  6. - Integrator/AP and Integrator/CP
  7. - RealView PB1176, EB, PB11MP and PBX
  8. - Versatile Express
  9. config CLK_SP810
  10. bool "Clock driver for ARM SP810 System Controller"
  11. depends on COMMON_CLK_VERSATILE
  12. default y if ARCH_VEXPRESS
  13. ---help---
  14. Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
  15. of the ARM SP810 System Controller cell.
  16. config CLK_VEXPRESS_OSC
  17. bool "Clock driver for Versatile Express OSC clock generators"
  18. depends on COMMON_CLK_VERSATILE
  19. depends on VEXPRESS_CONFIG
  20. default y if ARCH_VEXPRESS
  21. ---help---
  22. Simple regmap-based driver driving clock generators on Versatile
  23. Express platforms hidden behind its configuration infrastructure,
  24. commonly known as OSCs.