15ee2b877SPawel Mollconfig COMMON_CLK_VERSATILE 25ee2b877SPawel Moll bool "Clock driver for ARM Reference designs" 34a7748c3SJavier Martinez Canillas depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 || COMPILE_TEST 4*179c8fb3SLinus Walleij select REGMAP_MMIO 55ee2b877SPawel Moll ---help--- 65ee2b877SPawel Moll Supports clocking on ARM Reference designs: 75ee2b877SPawel Moll - Integrator/AP and Integrator/CP 85ee2b877SPawel Moll - RealView PB1176, EB, PB11MP and PBX 95ee2b877SPawel Moll - Versatile Express 105ee2b877SPawel Moll 115ee2b877SPawel Mollconfig CLK_SP810 125ee2b877SPawel Moll bool "Clock driver for ARM SP810 System Controller" 135ee2b877SPawel Moll depends on COMMON_CLK_VERSATILE 145ee2b877SPawel Moll default y if ARCH_VEXPRESS 155ee2b877SPawel Moll ---help--- 165ee2b877SPawel Moll Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities 175ee2b877SPawel Moll of the ARM SP810 System Controller cell. 185ee2b877SPawel Moll 195ee2b877SPawel Mollconfig CLK_VEXPRESS_OSC 205ee2b877SPawel Moll bool "Clock driver for Versatile Express OSC clock generators" 215ee2b877SPawel Moll depends on COMMON_CLK_VERSATILE 225ee2b877SPawel Moll depends on VEXPRESS_CONFIG 235ee2b877SPawel Moll default y if ARCH_VEXPRESS 245ee2b877SPawel Moll ---help--- 255ee2b877SPawel Moll Simple regmap-based driver driving clock generators on Versatile 265ee2b877SPawel Moll Express platforms hidden behind its configuration infrastructure, 275ee2b877SPawel Moll commonly known as OSCs. 28