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 || \
8 Supports clocking on ARM Reference designs:
9 - Integrator/AP and Integrator/CP
10 - RealView PB1176, EB, PB11MP and PBX
14 bool "Clock driver for ARM SP810 System Controller"
15 depends on COMMON_CLK_VERSATILE
16 default y if ARCH_VEXPRESS
18 Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
19 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
27 Simple regmap-based driver driving clock generators on Versatile
28 Express platforms hidden behind its configuration infrastructure,
29 commonly known as OSCs.