drivers/thermal/intel/int340x_thermal/Makefile

Source file repositories/reference/linux-study-clean/drivers/thermal/intel/int340x_thermal/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/thermal/intel/int340x_thermal/Makefile
Extension
[no extension]
Size
1089 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/thermal
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-$(CONFIG_INT340X_THERMAL)	+= int3400_thermal.o
obj-$(CONFIG_INT340X_THERMAL)	+= int340x_thermal_zone.o
obj-$(CONFIG_INT340X_THERMAL)	+= int3402_thermal.o
obj-$(CONFIG_INT340X_THERMAL)	+= int3403_thermal.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device.o
obj-$(CONFIG_INT340X_THERMAL)	+= int3401_thermal.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device_pci_legacy.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device_pci.o
obj-$(CONFIG_PROC_THERMAL_MMIO_RAPL) += processor_thermal_rapl.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_rfim.o
obj-$(CONFIG_INT340X_THERMAL)	+= platform_temperature_control.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_mbox.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_wt_req.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_wt_hint.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_power_floor.o
obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_soc_slider.o
obj-$(CONFIG_INT3406_THERMAL)	+= int3406_thermal.o
obj-$(CONFIG_ACPI_THERMAL_REL)	+= acpi_thermal_rel.o

Annotation

Implementation Notes