33 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3menu "Clock driver for ARM Reference designs"4 depends on HAS_IOMEM5 depends on ARM || ARM64 || COMPILE_TEST6 7config CLK_ICST8 bool "Clock driver for ARM Reference designs ICST"9 select REGMAP_MMIO10 help11 Supports clocking on ARM Reference designs:12 - Integrator/AP and Integrator/CP13 - RealView PB1176, EB, PB11MP and PBX14 15config CLK_SP81016 bool "Clock driver for ARM SP810 System Controller"17 default y if (ARCH_VEXPRESS && ARM)18 help19 Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities20 of the ARM SP810 System Controller cell.21 22config CLK_VEXPRESS_OSC23 tristate "Clock driver for Versatile Express OSC clock generators"24 depends on VEXPRESS_CONFIG25 select REGMAP_MMIO26 default y if ARCH_VEXPRESS27 help28 Simple regmap-based driver driving clock generators on Versatile29 Express platforms hidden behind its configuration infrastructure,30 commonly known as OSCs.31 32endmenu33