xref: /linux/drivers/clk/thead/Kconfig (revision 2c9b3512402ed192d1f43f4531fb5da947e72bd0)
1#SPDX-License-Identifier: GPL-2.0
2
3config CLK_THEAD_TH1520_AP
4	bool "T-HEAD TH1520 AP clock support"
5	depends on ARCH_THEAD || COMPILE_TEST
6	default ARCH_THEAD
7	select REGMAP_MMIO
8	help
9	  Say yes here to support the AP sub system clock controller
10	  on the T-HEAD TH1520 SoC. This includes configuration of
11	  both CPU PLLs, both DPU PLLs as well as the GMAC, VIDEO,
12	  and TEE PLLs.
13