drivers/clk/tegra/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/tegra/Makefile
Extension
[no extension]
Size
1201 bytes
Lines
33
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
obj-y					+= clk.o
obj-y					+= clk-audio-sync.o
obj-y					+= clk-device.o
obj-y					+= clk-dfll.o
obj-y					+= clk-divider.o
obj-y					+= clk-periph.o
obj-y					+= clk-periph-fixed.o
obj-y					+= clk-periph-gate.o
obj-y					+= clk-pll.o
obj-y					+= clk-pll-out.o
obj-y					+= clk-sdmmc-mux.o
obj-y					+= clk-super.o
obj-y					+= clk-tegra-audio.o
obj-y					+= clk-tegra-periph.o
obj-y					+= clk-tegra-fixed.o
obj-y					+= clk-tegra-super-cclk.o
obj-y					+= clk-tegra-super-gen4.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC)         += clk-tegra20.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= clk-tegra20-emc.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC)         += clk-tegra30.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC)		+= clk-tegra20-emc.o
obj-$(CONFIG_ARCH_TEGRA_114_SOC)	+= clk-tegra114.o
obj-$(CONFIG_ARCH_TEGRA_124_SOC)	+= clk-tegra124.o
obj-$(CONFIG_TEGRA_CLK_DFLL)		+= clk-tegra124-dfll-fcpu.o
obj-$(CONFIG_TEGRA124_CLK_EMC)		+= clk-tegra124-emc.o
obj-$(CONFIG_ARCH_TEGRA_132_SOC)	+= clk-tegra124.o
obj-y					+= cvb.o
obj-$(CONFIG_ARCH_TEGRA_210_SOC)	+= clk-tegra210.o
obj-$(CONFIG_ARCH_TEGRA_210_SOC)	+= clk-tegra210-emc.o
obj-$(CONFIG_CLK_TEGRA_BPMP)		+= clk-bpmp.o
obj-y					+= clk-utils.o

Annotation

Implementation Notes