ed27ff1db8
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
|