mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
bdbfc02937
Add the CGU code and the compatible string to the TCU driver to support the JZ4760 SoC. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20210530164923.18134-7-paul@crapouillou.net Signed-off-by: Stephen Boyd <sboyd@kernel.org>
10 lines
470 B
Makefile
10 lines
470 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o pm.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4760) += jz4760-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4770) += jz4770-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_JZ4780) += jz4780-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_X1000) += x1000-cgu.o
|
|
obj-$(CONFIG_INGENIC_CGU_X1830) += x1830-cgu.o
|
|
obj-$(CONFIG_INGENIC_TCU_CLK) += tcu.o
|