mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 23:25:54 +00:00
db59e1b6e4
Extract generic DMA setup code out of IORT, so it can be reused by VIOT. Keep it in drivers/acpi/arm64 for now, since it could break x86 platforms that haven't run this code so far, if they have invalid tables. Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/20210618152059.1194210-2-jean-philippe@linaro.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
5 lines
128 B
Makefile
5 lines
128 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_ACPI_IORT) += iort.o
|
|
obj-$(CONFIG_ACPI_GTDT) += gtdt.o
|
|
obj-y += dma.o
|