mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
81cc3f868d
Now, with the CLCD DT support available, there is no more reason to keep the non-DT support for V2P-CA9. Removed, together with "some" supporting code. It was necessary to make PLAT_VERSATILE_SCHED_CLOCK optional and selected by the machines still interested in it. Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
7 lines
276 B
Makefile
7 lines
276 B
Makefile
# Makefile for Versatile-specific clocks
|
|
obj-$(CONFIG_ICST) += clk-icst.o clk-versatile.o
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o
|
|
obj-$(CONFIG_ARCH_REALVIEW) += clk-realview.o
|
|
obj-$(CONFIG_CLK_SP810) += clk-sp810.o
|
|
obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o
|