1config ICST 2 bool 3 4config COMMON_CLK_VERSATILE 5 bool "Clock driver for ARM Reference designs" 6 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \ 7 ARCH_VERSATILE || ARCH_VEXPRESS || ARM64 || \ 8 COMPILE_TEST 9 select REGMAP_MMIO 10 ---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. 33