Kconfig 988 B

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