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