Kconfig 880 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Clock driver for ARM Reference designs"
  3. config ICST
  4. bool "Clock driver for ARM Reference designs ICST"
  5. select REGMAP_MMIO
  6. help
  7. Supports clocking on ARM Reference designs:
  8. - Integrator/AP and Integrator/CP
  9. - RealView PB1176, EB, PB11MP and PBX
  10. config CLK_SP810
  11. bool "Clock driver for ARM SP810 System Controller"
  12. default y if (ARCH_VEXPRESS && ARM)
  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. tristate "Clock driver for Versatile Express OSC clock generators"
  18. depends on VEXPRESS_CONFIG
  19. select REGMAP_MMIO
  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.
  25. endmenu