drivers/clk/davinci/Makefile

Source file repositories/reference/linux-study-clean/drivers/clk/davinci/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/clk/davinci/Makefile
Extension
[no extension]
Size
253 bytes
Lines
12
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

ifeq ($(CONFIG_COMMON_CLK), y)
obj-$(CONFIG_ARCH_DAVINCI_DA8XX)	+= da8xx-cfgchip.o

obj-y += pll.o
obj-$(CONFIG_ARCH_DAVINCI_DA850)	+= pll-da850.o

obj-y += psc.o
obj-$(CONFIG_ARCH_DAVINCI_DA850)	+= psc-da850.o
endif

Annotation

Implementation Notes