]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/clk/versatile/Kconfig
treewide: replace '---help---' in Kconfig files with 'help'
[mirror_ubuntu-jammy-kernel.git] / drivers / clk / versatile / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ba3fae06 2
5f55f1fb
RH
3menu "Clock driver for ARM Reference designs"
4 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
e4df11cb 5 ARCH_VERSATILE || ARCH_VEXPRESS || COMPILE_TEST
81134fb5
RH
6
7config ICST
8 bool "Clock driver for ARM Reference designs ICST"
179c8fb3 9 select REGMAP_MMIO
a7f7f624 10 help
333d2d19 11 Supports clocking on ARM Reference designs:
5ee2b877
PM
12 - Integrator/AP and Integrator/CP
13 - RealView PB1176, EB, PB11MP and PBX
5ee2b877
PM
14
15config CLK_SP810
16 bool "Clock driver for ARM SP810 System Controller"
562bbb23 17 default y if (ARCH_VEXPRESS && ARM)
a7f7f624 18 help
5ee2b877
PM
19 Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
20 of the ARM SP810 System Controller cell.
21
22config CLK_VEXPRESS_OSC
75b272bd 23 tristate "Clock driver for Versatile Express OSC clock generators"
5ee2b877 24 depends on VEXPRESS_CONFIG
81134fb5 25 select REGMAP_MMIO
5ee2b877 26 default y if ARCH_VEXPRESS
a7f7f624 27 help
5ee2b877
PM
28 Simple regmap-based driver driving clock generators on Versatile
29 Express platforms hidden behind its configuration infrastructure,
30 commonly known as OSCs.
81134fb5 31
5f55f1fb 32endmenu