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