mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
![Pawel Moll](/assets/img/avatar_default.png)
This driver provides a common clock framework hardware driver for Versatile Express clock generators (a.k.a "osc") controlled via the config bus. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
6 lines
223 B
Makefile
6 lines
223 B
Makefile
# Makefile for Versatile-specific clocks
|
|
obj-$(CONFIG_ICST) += clk-icst.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR) += clk-integrator.o
|
|
obj-$(CONFIG_ARCH_REALVIEW) += clk-realview.o
|
|
obj-$(CONFIG_VEXPRESS_CONFIG) += clk-vexpress-osc.o
|