Skip to content

Commit 97215a7

Browse files
rmurphy-armjoergroedel
authored andcommitted
iommu/renesas: Expand COMPILE_TEST coverage
This driver shouldn't need anything architecture-specific (that isn't under CONFIG_ARM protection already), and has already been accessible from certain x86 configurations by virtue of the previously-cleaned-up "ARM || IOMMU_DMA" dependency. Allow COMPILE_TEST for all architectures. Signed-off-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/1fe2006aa98f008a2e689adba6e8c96e9197f903.1593791968.git.robin.murphy@arm.com Signed-off-by: Joerg Roedel <[email protected]>
1 parent b4ceb4a commit 97215a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ config EXYNOS_IOMMU_DEBUG
351351

352352
config IPMMU_VMSA
353353
bool "Renesas VMSA-compatible IPMMU"
354-
depends on ARM || ARM64
355354
depends on ARCH_RENESAS || (COMPILE_TEST && !GENERIC_ATOMIC64)
356355
select IOMMU_API
357356
select IOMMU_IO_PGTABLE_LPAE

0 commit comments

Comments
 (0)