blob: 61bd30cd8369292d69423a45d724314918e2ee6c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Joerg Roedele46b3c02020-07-29 14:47:37 +02002obj-y += amd/ intel/ arm/
Ohad Ben-Cohenab493a02011-06-02 02:48:05 +03003obj-$(CONFIG_IOMMU_API) += iommu.o
Shuah Khan7f6db172013-08-15 11:59:23 -06004obj-$(CONFIG_IOMMU_API) += iommu-traces.o
Alex Williamsonc61959e2014-06-12 16:12:24 -06005obj-$(CONFIG_IOMMU_API) += iommu-sysfs.o
Gary R Hookbad614b2018-06-12 16:41:21 -05006obj-$(CONFIG_IOMMU_DEBUGFS) += iommu-debugfs.o
Robin Murphy0db2e5d2015-10-01 20:13:58 +01007obj-$(CONFIG_IOMMU_DMA) += dma-iommu.o
Will Deaconfdb1d7b2014-11-14 17:16:49 +00008obj-$(CONFIG_IOMMU_IO_PGTABLE) += io-pgtable.o
Robin Murphye5fc9752016-01-26 17:13:13 +00009obj-$(CONFIG_IOMMU_IO_PGTABLE_ARMV7S) += io-pgtable-arm-v7s.o
Will Deacone1d3c0f2014-11-14 17:18:23 +000010obj-$(CONFIG_IOMMU_IO_PGTABLE_LPAE) += io-pgtable-arm.o
Jean-Philippe Bruckerfa834332019-10-02 12:42:41 -070011obj-$(CONFIG_IOASID) += ioasid.o
Robin Murphy114150d2015-01-12 17:51:13 +000012obj-$(CONFIG_IOMMU_IOVA) += iova.o
Hiroshi Doyu4e0ee782012-06-25 14:23:54 +030013obj-$(CONFIG_OF_IOMMU) += of_iommu.o
Sricharan Rf7f125e2016-06-13 17:06:04 +053014obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o
Laurent Pinchartd25a2a12014-04-02 12:47:37 +020015obj-$(CONFIG_IPMMU_VMSA) += ipmmu-vmsa.o
Jerry Snitselaarab65ba52020-06-30 13:06:35 -070016obj-$(CONFIG_IRQ_REMAP) += irq_remapping.o
Yong Wu0df4fab2016-02-23 01:20:50 +080017obj-$(CONFIG_MTK_IOMMU) += mtk_iommu.o
Honghui Zhangb17336c2016-06-08 17:51:00 +080018obj-$(CONFIG_MTK_IOMMU_V1) += mtk_iommu_v1.o
Ohad Ben-Cohenfcf3a6e2011-08-15 23:21:41 +030019obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o
Ohad Ben-Cohenfcf3a6e2011-08-15 23:21:41 +030020obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o
Daniel Kurtzc68a2922014-11-03 10:53:27 +080021obj-$(CONFIG_ROCKCHIP_IOMMU) += rockchip-iommu.o
Maxime Ripard4100b8c2020-05-13 16:07:22 +020022obj-$(CONFIG_SUN50I_IOMMU) += sun50i-iommu.o
Hiroshi DOYUd53e54b2011-11-16 17:36:37 +020023obj-$(CONFIG_TEGRA_IOMMU_GART) += tegra-gart.o
Hiroshi DOYU7a31f6f2011-11-17 07:31:31 +020024obj-$(CONFIG_TEGRA_IOMMU_SMMU) += tegra-smmu.o
KyongHo Cho2a965362012-05-12 05:56:09 +090025obj-$(CONFIG_EXYNOS_IOMMU) += exynos-iommu.o
Varun Sethi695093e2013-07-15 10:20:57 +053026obj-$(CONFIG_FSL_PAMU) += fsl_pamu.o fsl_pamu_domain.o
Gerald Schaefer8128f23c2015-08-27 15:33:03 +020027obj-$(CONFIG_S390_IOMMU) += s390-iommu.o
Lan Tianyu29217a42019-02-27 22:54:04 +080028obj-$(CONFIG_HYPERV_IOMMU) += hyperv-iommu.o
Jean-Philippe Bruckeredcd69a2019-01-15 12:19:57 +000029obj-$(CONFIG_VIRTIO_IOMMU) += virtio-iommu.o
Jean-Philippe Bruckercfc78df2020-11-06 16:50:48 +010030obj-$(CONFIG_IOMMU_SVA_LIB) += iommu-sva-lib.o