mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
226dfa4726
Add support for the clocks provided by the CGU in the Ingenic JZ4725B SoC. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
5 lines
240 B
Makefile
5 lines
240 B
Makefile
obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4770) += jz4770-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4780) += jz4780-cgu.o
|