xref: /openbmc/linux/drivers/clk/versatile/Kconfig (revision 5ee2b877)
15ee2b877SPawel Mollconfig COMMON_CLK_VERSATILE
25ee2b877SPawel Moll	bool "Clock driver for ARM Reference designs"
35ee2b877SPawel Moll	depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64
45ee2b877SPawel Moll	---help---
55ee2b877SPawel Moll          Supports clocking on ARM Reference designs:
65ee2b877SPawel Moll	  - Integrator/AP and Integrator/CP
75ee2b877SPawel Moll	  - RealView PB1176, EB, PB11MP and PBX
85ee2b877SPawel Moll	  - Versatile Express
95ee2b877SPawel Moll
105ee2b877SPawel Mollconfig CLK_SP810
115ee2b877SPawel Moll	bool "Clock driver for ARM SP810 System Controller"
125ee2b877SPawel Moll	depends on COMMON_CLK_VERSATILE
135ee2b877SPawel Moll	default y if ARCH_VEXPRESS
145ee2b877SPawel Moll	---help---
155ee2b877SPawel Moll	  Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
165ee2b877SPawel Moll	  of the ARM SP810 System Controller cell.
175ee2b877SPawel Moll
185ee2b877SPawel Mollconfig CLK_VEXPRESS_OSC
195ee2b877SPawel Moll	bool "Clock driver for Versatile Express OSC clock generators"
205ee2b877SPawel Moll	depends on COMMON_CLK_VERSATILE
215ee2b877SPawel Moll	depends on VEXPRESS_CONFIG
225ee2b877SPawel Moll	default y if ARCH_VEXPRESS
235ee2b877SPawel Moll	---help---
245ee2b877SPawel Moll	  Simple regmap-based driver driving clock generators on Versatile
255ee2b877SPawel Moll	  Express platforms hidden behind its configuration infrastructure,
265ee2b877SPawel Moll	  commonly known as OSCs.
27