clk: Allow drivers to build if COMPILE_TEST is enabled
[deliverable/linux.git] / drivers / clk / versatile / Kconfig
1 config COMMON_CLK_VERSATILE
2 bool "Clock driver for ARM Reference designs"
3 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 || COMPILE_TEST
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
10 config 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
18 config 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.
This page took 0.031263 seconds and 5 git commands to generate.