Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: GPL-2.0-only
2
3menu "Clock driver for ARM Reference designs"
4 depends on HAS_IOMEM
5
6config ICST
7 bool "Clock driver for ARM Reference designs ICST"
8 select REGMAP_MMIO
9 help
10 Supports clocking on ARM Reference designs:
11 - Integrator/AP and Integrator/CP
12 - RealView PB1176, EB, PB11MP and PBX
13
14config CLK_SP810
15 bool "Clock driver for ARM SP810 System Controller"
16 default y if (ARCH_VEXPRESS && ARM)
17 help
18 Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
19 of the ARM SP810 System Controller cell.
20
21config CLK_VEXPRESS_OSC
22 tristate "Clock driver for Versatile Express OSC clock generators"
23 depends on VEXPRESS_CONFIG
24 select REGMAP_MMIO
25 default y if ARCH_VEXPRESS
26 help
27 Simple regmap-based driver driving clock generators on Versatile
28 Express platforms hidden behind its configuration infrastructure,
29 commonly known as OSCs.
30
31endmenu