Kconfig 1007 B

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