diff options
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 6ee3a25ae731..f73ff28f77e2 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -23,7 +23,7 @@ config IOMMU_IO_PGTABLE | |||
23 | config IOMMU_IO_PGTABLE_LPAE | 23 | config IOMMU_IO_PGTABLE_LPAE |
24 | bool "ARMv7/v8 Long Descriptor Format" | 24 | bool "ARMv7/v8 Long Descriptor Format" |
25 | select IOMMU_IO_PGTABLE | 25 | select IOMMU_IO_PGTABLE |
26 | depends on HAS_DMA && (ARM || ARM64 || COMPILE_TEST) | 26 | depends on HAS_DMA && (ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)) |
27 | help | 27 | help |
28 | Enable support for the ARM long descriptor pagetable format. | 28 | Enable support for the ARM long descriptor pagetable format. |
29 | This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page | 29 | This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page |
@@ -219,7 +219,7 @@ config OMAP_IOMMU_DEBUG | |||
219 | 219 | ||
220 | config ROCKCHIP_IOMMU | 220 | config ROCKCHIP_IOMMU |
221 | bool "Rockchip IOMMU Support" | 221 | bool "Rockchip IOMMU Support" |
222 | depends on ARM | 222 | depends on ARM || ARM64 |
223 | depends on ARCH_ROCKCHIP || COMPILE_TEST | 223 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
224 | select IOMMU_API | 224 | select IOMMU_API |
225 | select ARM_DMA_USE_IOMMU | 225 | select ARM_DMA_USE_IOMMU |
@@ -274,7 +274,7 @@ config EXYNOS_IOMMU_DEBUG | |||
274 | 274 | ||
275 | config IPMMU_VMSA | 275 | config IPMMU_VMSA |
276 | bool "Renesas VMSA-compatible IPMMU" | 276 | bool "Renesas VMSA-compatible IPMMU" |
277 | depends on ARM_LPAE | 277 | depends on ARM || IOMMU_DMA |
278 | depends on ARCH_RENESAS || COMPILE_TEST | 278 | depends on ARCH_RENESAS || COMPILE_TEST |
279 | select IOMMU_API | 279 | select IOMMU_API |
280 | select IOMMU_IO_PGTABLE_LPAE | 280 | select IOMMU_IO_PGTABLE_LPAE |