2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-02-01 17:41:43 +08:00
|
|
|
|
2020-05-28 02:13:07 +08:00
|
|
|
menu "Clock driver for ARM Reference designs"
|
|
|
|
depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
|
|
|
|
ARCH_VERSATILE || ARCH_VEXPRESS || ARCH_ZYNQ || COMPILE_TEST
|
2020-04-30 04:58:13 +08:00
|
|
|
|
|
|
|
config ICST
|
|
|
|
bool "Clock driver for ARM Reference designs ICST"
|
2015-10-12 21:52:50 +08:00
|
|
|
select REGMAP_MMIO
|
2013-09-18 00:16:15 +08:00
|
|
|
---help---
|
2019-11-21 11:18:55 +08:00
|
|
|
Supports clocking on ARM Reference designs:
|
2013-09-18 00:16:15 +08:00
|
|
|
- Integrator/AP and Integrator/CP
|
|
|
|
- RealView PB1176, EB, PB11MP and PBX
|
|
|
|
|
|
|
|
config CLK_SP810
|
|
|
|
bool "Clock driver for ARM SP810 System Controller"
|
2020-04-30 04:58:14 +08:00
|
|
|
default y if (ARCH_VEXPRESS && ARM)
|
2013-09-18 00:16:15 +08:00
|
|
|
---help---
|
|
|
|
Supports clock muxing (REFCLK/TIMCLK to TIMERCLKEN0-3) capabilities
|
|
|
|
of the ARM SP810 System Controller cell.
|
|
|
|
|
|
|
|
config CLK_VEXPRESS_OSC
|
2020-04-30 04:58:16 +08:00
|
|
|
tristate "Clock driver for Versatile Express OSC clock generators"
|
2013-09-18 00:16:15 +08:00
|
|
|
depends on VEXPRESS_CONFIG
|
2020-04-30 04:58:13 +08:00
|
|
|
select REGMAP_MMIO
|
2013-09-18 00:16:15 +08:00
|
|
|
default y if ARCH_VEXPRESS
|
|
|
|
---help---
|
|
|
|
Simple regmap-based driver driving clock generators on Versatile
|
|
|
|
Express platforms hidden behind its configuration infrastructure,
|
|
|
|
commonly known as OSCs.
|
2020-04-30 04:58:13 +08:00
|
|
|
|
2020-05-28 02:13:07 +08:00
|
|
|
endmenu
|