blob: 8aa875f252391907d0a00ad66840975f4f02a021 [file] [log] [blame]
Linus Walleijba3fae02017-02-01 10:41:43 +01001config ICST
2 bool
3
Pawel Moll5ee2b872013-09-17 17:16:15 +01004config COMMON_CLK_VERSATILE
5 bool "Clock driver for ARM Reference designs"
Rob Herring16956fe2015-12-08 14:44:16 -06006 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
7 ARCH_VERSATILE || ARCH_VEXPRESS || ARM64 || \
8 COMPILE_TEST
Linus Walleij179c8fb2015-10-12 15:52:50 +02009 select REGMAP_MMIO
Pawel Moll5ee2b872013-09-17 17:16:15 +010010 ---help---
11 Supports clocking on ARM Reference designs:
12 - Integrator/AP and Integrator/CP
13 - RealView PB1176, EB, PB11MP and PBX
14 - Versatile Express
15
16config CLK_SP810
17 bool "Clock driver for ARM SP810 System Controller"
18 depends on COMMON_CLK_VERSATILE
19 default y if ARCH_VEXPRESS
20 ---help---
21 Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
22 of the ARM SP810 System Controller cell.
23
24config CLK_VEXPRESS_OSC
25 bool "Clock driver for Versatile Express OSC clock generators"
26 depends on COMMON_CLK_VERSATILE
27 depends on VEXPRESS_CONFIG
28 default y if ARCH_VEXPRESS
29 ---help---
30 Simple regmap-based driver driving clock generators on Versatile
31 Express platforms hidden behind its configuration infrastructure,
32 commonly known as OSCs.