drivers/clk/thead/Kconfig

Source file repositories/reference/linux-study-clean/drivers/clk/thead/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/clk/thead/Kconfig
Extension
[no extension]
Size
403 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#SPDX-License-Identifier: GPL-2.0

config CLK_THEAD_TH1520_AP
	bool "T-HEAD TH1520 AP clock support"
	depends on ARCH_THEAD || COMPILE_TEST
	depends on 64BIT
	default ARCH_THEAD
	select REGMAP_MMIO
	help
	  Say yes here to support the AP sub system clock controller
	  on the T-HEAD TH1520 SoC. This includes configuration of
	  both CPU PLLs, both DPU PLLs as well as the GMAC, VIDEO,
	  and TEE PLLs.

Annotation

Implementation Notes