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