xref: /openbmc/linux/drivers/clk/versatile/Kconfig (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ba3fae06SLinus Walleijconfig ICST
3ba3fae06SLinus Walleij	bool
4ba3fae06SLinus Walleij
55ee2b877SPawel Mollconfig COMMON_CLK_VERSATILE
65ee2b877SPawel Moll	bool "Clock driver for ARM Reference designs"
716956fedSRob Herring	depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
816956fedSRob Herring		ARCH_VERSATILE || ARCH_VEXPRESS || ARM64 || \
916956fedSRob Herring		COMPILE_TEST
10179c8fb3SLinus Walleij	select REGMAP_MMIO
115ee2b877SPawel Moll	---help---
125ee2b877SPawel Moll          Supports clocking on ARM Reference designs:
135ee2b877SPawel Moll	  - Integrator/AP and Integrator/CP
145ee2b877SPawel Moll	  - RealView PB1176, EB, PB11MP and PBX
155ee2b877SPawel Moll	  - Versatile Express
165ee2b877SPawel Moll
175ee2b877SPawel Mollconfig CLK_SP810
185ee2b877SPawel Moll	bool "Clock driver for ARM SP810 System Controller"
195ee2b877SPawel Moll	depends on COMMON_CLK_VERSATILE
205ee2b877SPawel Moll	default y if ARCH_VEXPRESS
215ee2b877SPawel Moll	---help---
225ee2b877SPawel Moll	  Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
235ee2b877SPawel Moll	  of the ARM SP810 System Controller cell.
245ee2b877SPawel Moll
255ee2b877SPawel Mollconfig CLK_VEXPRESS_OSC
265ee2b877SPawel Moll	bool "Clock driver for Versatile Express OSC clock generators"
275ee2b877SPawel Moll	depends on COMMON_CLK_VERSATILE
285ee2b877SPawel Moll	depends on VEXPRESS_CONFIG
295ee2b877SPawel Moll	default y if ARCH_VEXPRESS
305ee2b877SPawel Moll	---help---
315ee2b877SPawel Moll	  Simple regmap-based driver driving clock generators on Versatile
325ee2b877SPawel Moll	  Express platforms hidden behind its configuration infrastructure,
335ee2b877SPawel Moll	  commonly known as OSCs.
34