mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08: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>
11 lines
470 B
Makefile
11 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
|