# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_ICST[0m bool config [31mCONFIG_COMMON_CLK_VERSATILE[0m bool "Clock driver for ARM Reference designs" depends on [31mCONFIG_ARCH_INTEGRATOR[0m || [31mCONFIG_ARCH_REALVIEW[0m || \ [31mCONFIG_ARCH_VERSATILE[0m || [31mCONFIG_ARCH_VEXPRESS[0m || [31mCONFIG_ARM64[0m || \ [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_REGMAP_MMIO[0m ---help--- Supports clocking on [31mCONFIG_ARM[0m Reference designs: - Integrator/AP and Integrator/CP - RealView PB1176, EB, PB11MP and PBX - Versatile Express config [31mCONFIG_CLK_SP810[0m bool "Clock driver for ARM SP810 System Controller" depends on [31mCONFIG_COMMON_CLK_VERSATILE[0m default y if [31mCONFIG_ARCH_VEXPRESS[0m ---help--- Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities of the [31mCONFIG_ARM[0m SP810 System Controller cell. config [31mCONFIG_CLK_VEXPRESS_OSC[0m bool "Clock driver for Versatile Express OSC clock generators" depends on [31mCONFIG_COMMON_CLK_VERSATILE[0m depends on [31mCONFIG_VEXPRESS_CONFIG[0m default y if [31mCONFIG_ARCH_VEXPRESS[0m ---help--- Simple regmap-based driver driving clock generators on Versatile Express platforms hidden behind its configuration infrastructure, commonly known as OSCs. |