drivers/acpi/arm64/Makefile

Source file repositories/reference/linux-study-clean/drivers/acpi/arm64/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/acpi/arm64/Makefile
Extension
[no extension]
Size
384 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/acpi
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
obj-$(CONFIG_ACPI_AGDI) 	+= agdi.o
obj-$(CONFIG_ACPI_APMT) 	+= apmt.o
obj-$(CONFIG_ACPI_FFH)		+= ffh.o
obj-$(CONFIG_ACPI_GTDT) 	+= gtdt.o
obj-$(CONFIG_ACPI_IORT) 	+= iort.o
obj-$(CONFIG_ACPI_MPAM) 	+= mpam.o
obj-$(CONFIG_ACPI_PROCESSOR_IDLE) += cpuidle.o
obj-$(CONFIG_ARM_AMBA)		+= amba.o
obj-y				+= dma.o init.o
obj-y				+= thermal_cpufreq.o

Annotation

Implementation Notes