summaryrefslogtreecommitdiff
path: root/drivers/iommu/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2021-10-23 17:58:05 +0300
committerTom Rini <trini@konsulko.com>2021-10-31 15:46:44 +0300
commit785cfde5b3a0d24dc293792c7c277a091c46ef3a (patch)
treea18346d77b342cf564d0116060c95202ff07a673 /drivers/iommu/Makefile
parentd520e1fb7276d9d14f3cf35e028c5fdb934b049c (diff)
downloadu-boot-785cfde5b3a0d24dc293792c7c277a091c46ef3a.tar.xz
iommu: Add Apple DART driver
The DART is an IOMMU that is used on Apple's M1 SoC. This driver configures the DART such that it operates in bypass mode which is enough to support DMA for the USB3 ports integrated on the SoC. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r--drivers/iommu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile
index af1c6bbb7a..e3e0900e17 100644
--- a/drivers/iommu/Makefile
+++ b/drivers/iommu/Makefile
@@ -2,4 +2,5 @@
obj-$(CONFIG_IOMMU) += iommu-uclass.o
+obj-$(CONFIG_APPLE_DART) += apple_dart.o
obj-$(CONFIG_SANDBOX) += sandbox_iommu.o