drivers/platform/x86/intel/pmc/Makefile

Source file repositories/reference/linux-study-clean/drivers/platform/x86/intel/pmc/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/intel/pmc/Makefile
Extension
[no extension]
Size
469 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/platform
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
#
# Intel x86 Platform-Specific Drivers
#

intel_pmc_core-y			:= core.o spt.o cnp.o icl.o \
					   tgl.o adl.o mtl.o arl.o lnl.o ptl.o wcl.o
obj-$(CONFIG_INTEL_PMC_CORE)		+= intel_pmc_core.o
intel_pmc_core_pltdrv-y			:= pltdrv.o
obj-$(CONFIG_INTEL_PMC_CORE)		+= intel_pmc_core_pltdrv.o

# Intel PMC SSRAM driver
intel_pmc_ssram_telemetry-y		+= ssram_telemetry.o
obj-$(CONFIG_INTEL_PMC_SSRAM_TELEMETRY)	+= intel_pmc_ssram_telemetry.o

Annotation

Implementation Notes