]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/clk/versatile/Kconfig
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / drivers / clk / versatile / Kconfig
CommitLineData
5ee2b877
PM
1config COMMON_CLK_VERSATILE
2 bool "Clock driver for ARM Reference designs"
3 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64
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.