summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2015-10-01 15:14:00 -0400
committerJoerg Roedel <jroedel@suse.de>2015-10-15 10:41:47 -0400
commit876945dbf6497c7539ef958fee7ade970fbbe17a (patch)
tree249ed5cde4c8ed71361a50f75f28091e3c281adf /arch/arm64/Kconfig
parent13b8629f651164d71f4d38b821925f93ba4236c8 (diff)
arm64: Hook up IOMMU dma_ops
With iommu_dma_ops in place, hook them up to the configuration code, so IOMMU-fronted devices will get them automatically. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 07d1811aa03f..1f823d1d551d 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -75,6 +75,7 @@ config ARM64
75 select HAVE_PERF_USER_STACK_DUMP 75 select HAVE_PERF_USER_STACK_DUMP
76 select HAVE_RCU_TABLE_FREE 76 select HAVE_RCU_TABLE_FREE
77 select HAVE_SYSCALL_TRACEPOINTS 77 select HAVE_SYSCALL_TRACEPOINTS
78 select IOMMU_DMA if IOMMU_SUPPORT
78 select IRQ_DOMAIN 79 select IRQ_DOMAIN
79 select IRQ_FORCED_THREADING 80 select IRQ_FORCED_THREADING
80 select MODULES_USE_ELF_RELA 81 select MODULES_USE_ELF_RELA