drivers/clk/mmp/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/mmp/Kconfig
Extension
[no extension]
Size
276 bytes
Lines
11
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 COMMON_CLK_PXA1908
	bool "Clock driver for Marvell PXA1908"
	depends on ARCH_MMP || COMPILE_TEST
	depends on OF
	default y if ARCH_MMP && ARM64
	select AUXILIARY_BUS
	help
	  This driver supports the Marvell PXA1908 SoC clocks.

Annotation

Implementation Notes