drivers/clk/x86/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/x86/Kconfig
Extension
[no extension]
Size
334 bytes
Lines
10
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-only
config CLK_LGM_CGU
	depends on OF && HAS_IOMEM && (X86 || COMPILE_TEST)
	select MFD_SYSCON
	select OF_EARLY_FLATTREE
	bool "Clock driver for Lightning Mountain(LGM) platform"
	help
	  Clock Generation Unit(CGU) driver for MaxLinear's x86 based
	  Lightning Mountain(LGM) network processor SoC.

Annotation

Implementation Notes